about summary refs log tree commit diff
path: root/pkgs/development/tools/go-containerregistry
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-07-27 12:36:05 +0100
committer06kellyjac <dev@j-k.io>2022-07-27 12:36:05 +0100
commit023abfd05df321a2943546fcd55e7b3df933fff4 (patch)
tree9c21798ac02234ce6d2183cd42cdf1ca2cb41300 /pkgs/development/tools/go-containerregistry
parenta0e2bdeb84f09f7468c788e87d6e9691f3b44e57 (diff)
go-containerregistry: 0.8.0 -> 0.11.0
Diffstat (limited to 'pkgs/development/tools/go-containerregistry')
-rw-r--r--pkgs/development/tools/go-containerregistry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/go-containerregistry/default.nix b/pkgs/development/tools/go-containerregistry/default.nix
index d0f02795ce34e..56b2a8b07c03f 100644
--- a/pkgs/development/tools/go-containerregistry/default.nix
+++ b/pkgs/development/tools/go-containerregistry/default.nix
@@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
 
 buildGoModule rec {
   pname = "go-containerregistry";
-  version = "0.8.0";
+  version = "0.11.0";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-TbMx+DVIYzhQ50f7sDXfhQnT/U6U+G9GTUbtYSu4/KI=";
+    sha256 = "sha256-9C5tlJChDyflFlqwn9YDZB+40PUqwjgIFcdxNBCxWTM=";
   };
   vendorSha256 = null;