Merge pull request #222892 from IndeedNotJames/go-containerregistry

This commit is contained in:
Sandro
2023-04-01 00:36:27 +02:00
committed by GitHub
@@ -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" ];