amazon-ecr-credential-helper: 0.5.0 -> 0.6.0

This commit is contained in:
Phillip Cloud 2022-01-20 05:27:54 -05:00
parent 880b5eec8a
commit dbd1ad66da
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "amazon-ecr-credential-helper";
version = "0.5.0";
version = "0.6.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 = "sha256-GmGse+N7QeG2sAjCumGkUAWu/KfhnMltzeh+s8o+tiw=";
sha256 = "sha256-lkc8plWWmth8SjeWBCf1HTnCfg09QNIsN3xPePqnv6Y=";
};
meta = with lib; {