amazon-ecr-credential-helper: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-05-15 01:20:32 +00:00
parent 311cd0a3d8
commit c6ffec07af

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;