amazon-ecr-credential-helper: 0.3.0 -> 0.4.0 (#90293)

gstqt5
R. RyanTM 2020-07-03 00:57:54 -07:00 committed by GitHub
parent 4b10430119
commit 460a48e41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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; {