Version 0.3.0

This commit is contained in:
Greg Roodt 2019-01-26 12:45:52 +11:00 committed by Wael Nasreddine
parent ca5004e26c
commit b1ddb5fcbd

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "amazon-ecr-credential-helper-${version}"; name = "amazon-ecr-credential-helper-${version}";
version = "0.1.0"; version = "0.3.0";
goPackagePath = "github.com/awslabs/amazon-ecr-credential-helper"; goPackagePath = "github.com/awslabs/amazon-ecr-credential-helper";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "awslabs"; owner = "awslabs";
repo = "amazon-ecr-credential-helper"; repo = "amazon-ecr-credential-helper";
rev = "v${version}"; rev = "v${version}";
sha256 = "0mpwm21fphg117ryxda7696s8bnvi4bbc8rvi4zp2m1rhl04j2yy"; sha256 = "06pcwgahcbi13ca5rs6giwdw3w364lbvmzcs4ka82igvcffxjvnd";
}; };
meta = with lib; { meta = with lib; {