Merge pull request #230309 from r-ryantm/auto-update/amazon-ecr-credential-helper

amazon-ecr-credential-helper: 0.6.0 -> 0.7.0
This commit is contained in:
Weijia Wang 2023-05-24 11:41:01 +03:00 committed by GitHub
commit e5cdb11379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "amazon-ecr-credential-helper";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "amazon-ecr-credential-helper";
rev = "v${version}";
sha256 = "sha256-lkc8plWWmth8SjeWBCf1HTnCfg09QNIsN3xPePqnv6Y=";
sha256 = "sha256-jkS3JAHgIci/5HrcM6a5LjGitl4SLHQNmUIMLWrkUUc=";
};
vendorSha256 = null;
vendorHash = null;
modRoot = "./ecr-login";