go-containerregistry: 0.11.0 -> 0.14.0

This commit is contained in:
IndeedNotJames 2023-03-24 13:20:42 +01:00
parent 19cf008bb1
commit 133dcda492
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -4,15 +4,15 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.11.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9C5tlJChDyflFlqwn9YDZB+40PUqwjgIFcdxNBCxWTM=";
sha256 = "sha256-rnlxvvHZYkWgmRP++ZRFHt2B6ZBdG1jojg/+9FYqJ4w=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/crane" "cmd/gcrane" ];