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 {
name = "amazon-ecr-credential-helper-${version}";
version = "0.1.0";
version = "0.3.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 = "0mpwm21fphg117ryxda7696s8bnvi4bbc8rvi4zp2m1rhl04j2yy";
sha256 = "06pcwgahcbi13ca5rs6giwdw3w364lbvmzcs4ka82igvcffxjvnd";
};
meta = with lib; {