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

amazon-ecr-credential-helper: 0.7.1 -> 0.8.0
This commit is contained in:
Weijia Wang 2024-06-02 17:25:35 +02:00 committed by GitHub
commit cb19b9bf48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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