about summary refs log tree commit diff
path: root/pkgs/tools/admin/amazon-ecr-credential-helper
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-03 00:57:54 -0700
committerGitHub <noreply@github.com>2020-07-03 00:57:54 -0700
commit460a48e41d22dde517dc92efb7cc94536c77da2b (patch)
tree292a0c19b9245b2c218cd24459b09c6e0e582b74 /pkgs/tools/admin/amazon-ecr-credential-helper
parent4b104301194aad86101fcce4e597a7b81212f673 (diff)
amazon-ecr-credential-helper: 0.3.0 -> 0.4.0 (#90293)
Diffstat (limited to 'pkgs/tools/admin/amazon-ecr-credential-helper')
-rw-r--r--pkgs/tools/admin/amazon-ecr-credential-helper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix b/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix
index b36daefa16b60..30d74c14ce5e1 100644
--- a/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix
+++ b/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   pname = "amazon-ecr-credential-helper";
-  version = "0.3.0";
+  version = "0.4.0";
 
   goPackagePath = "github.com/awslabs/amazon-ecr-credential-helper";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "awslabs";
     repo = "amazon-ecr-credential-helper";
     rev = "v${version}";
-    sha256 = "06pcwgahcbi13ca5rs6giwdw3w364lbvmzcs4ka82igvcffxjvnd";
+    sha256 = "1whwxjzlyzyvrf2mzbd7my2kdz5fdbr79g18g9h4xrg8xyzk1k5q";
   };
 
   meta = with lib; {