diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-22 22:26:54 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-23 21:15:00 +0100 |
| commit | 65e792aba2e772ef44e86567613e6cbbf53f7fef (patch) | |
| tree | e3b7b825175b30b33e40d76c4042850b5fcb4358 /gnu | |
| parent | e4b88865fbcfb73e8fc58a1137f5b305484da74a (diff) | |
gnu: Add go-github-com-containerd-imgcrypt.
* gnu/packages/golang-crypto.scm (go-github-com-containerd-imgcrypt): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-crypto.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index e535c9205c3..5fbba90cc02 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm | |||
| @@ -896,6 +896,32 @@ signing.") | |||
| 896 | support encrypted container images.") | 896 | support encrypted container images.") |
| 897 | (license license:asl2.0))) | 897 | (license license:asl2.0))) |
| 898 | 898 | ||
| 899 | (define-public go-github-com-containerd-imgcrypt | ||
| 900 | (package | ||
| 901 | (inherit go-github-com-containerd-imgcrypt-v2) | ||
| 902 | (name "go-github-com-containerd-imgcrypt") | ||
| 903 | (version "1.1.11") | ||
| 904 | (source | ||
| 905 | (origin | ||
| 906 | (method git-fetch) | ||
| 907 | (uri (git-reference | ||
| 908 | (url "https://github.com/containerd/imgcrypt") | ||
| 909 | (commit (string-append "v" version)))) | ||
| 910 | (file-name (git-file-name name version)) | ||
| 911 | (sha256 | ||
| 912 | (base32 "0vr82v8g45zjm2khkq66fffs4ykkwnc0cjv4ylc5xbgb3z4zm4y7")))) | ||
| 913 | (arguments | ||
| 914 | (list | ||
| 915 | #:tests? #f ;source only package | ||
| 916 | #:import-path "github.com/containerd/imgcrypt")) | ||
| 917 | (propagated-inputs | ||
| 918 | (list ;; go-github-com-containerd-containerd ;cycles | ||
| 919 | go-github-com-containerd-typeurl | ||
| 920 | go-github-com-containers-ocicrypt | ||
| 921 | go-github-com-gogo-protobuf | ||
| 922 | go-github-com-opencontainers-go-digest | ||
| 923 | go-github-com-opencontainers-image-spec)))) | ||
| 924 | |||
| 899 | (define-public go-github-com-containers-libtrust | 925 | (define-public go-github-com-containers-libtrust |
| 900 | (package | 926 | (package |
| 901 | (name "go-github-com-containers-libtrust") | 927 | (name "go-github-com-containers-libtrust") |
