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

amazon-ecr-credential-helper: 0.7.0 -> 0.7.1
This commit is contained in:
Weijia Wang 2023-05-30 12:06:56 +03:00 committed by GitHub
commit 32b0c3bee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecr-credential-helper";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "awslabs";
repo = "amazon-ecr-credential-helper";
rev = "v${version}";
sha256 = "sha256-jkS3JAHgIci/5HrcM6a5LjGitl4SLHQNmUIMLWrkUUc=";
sha256 = "sha256-Q+YAfCsq4/PoSzYMFhLDAsAfxlU7XR/vouHo42/D2eM=";
};
vendorHash = null;