Merge pull request #250292 from aaronjheng/imgcrypt

imgcrypt: 1.1.7 -> 1.1.8
This commit is contained in:
Matthias Beyer 2023-08-20 12:22:20 +02:00 committed by GitHub
commit 13b4e547c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,20 +2,21 @@
buildGoModule rec {
pname = "imgcrypt";
version = "1.1.7";
version = "1.1.8";
src = fetchFromGitHub {
owner = "containerd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VGP63tGyYD/AtjEZD1uo8A2I/4Di7bfLeeaNat+coI4=";
hash = "sha256-FLqFzEEfgsKcjAevhF6+8mR3zOUjfXyfWwWsxVOcdJU=";
};
vendorHash = null;
ldflags = [
"-X github.com/containerd/containerd/version.Version=${version}"
];
vendorSha256 = null;
subPackages = [ "cmd/ctd-decoder" "cmd/ctr" ];
postFixup = ''