From 133dcda49227a4ddfab2eafc975688e734360219 Mon Sep 17 00:00:00 2001 From: IndeedNotJames Date: Fri, 24 Mar 2023 13:20:42 +0100 Subject: [PATCH] go-containerregistry: 0.11.0 -> 0.14.0 --- pkgs/development/tools/go-containerregistry/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/go-containerregistry/default.nix b/pkgs/development/tools/go-containerregistry/default.nix index 56b2a8b07c03..26dc735d3558 100644 --- a/pkgs/development/tools/go-containerregistry/default.nix +++ b/pkgs/development/tools/go-containerregistry/default.nix @@ -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" ];