imgcrypt: 1.1.7 -> 1.1.8

This commit is contained in:
Aaron Jheng 2023-08-20 11:06:18 +08:00
parent 9949be2f80
commit d4ffcc940f
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

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 = ''