amazon-ecr-credential-helper: 0.8.0 -> 0.9.0 (#342689)

This commit is contained in:
Wael Nasreddine
2024-09-19 09:59:04 -07:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "amazon-ecr-credential-helper";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "amazon-ecr-credential-helper";
rev = "v${version}";
sha256 = "sha256-xhJnhh1pDANGq4CFBPAEwqtsxSYeIvhKcHEsvYRebbM=";
sha256 = "sha256-TRYBZiddnN6wCErSLKCr9JEH/Ldxg+Oh2hA63+EwRjo=";
};
vendorHash = null;