amazon-ecr-credential-helper: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2025-02-14 01:56:32 +00:00
parent 51c388cd92
commit 00b57c528c

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "amazon-ecr-credential-helper";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "awslabs";
repo = "amazon-ecr-credential-helper";
rev = "v${version}";
sha256 = "sha256-TRYBZiddnN6wCErSLKCr9JEH/Ldxg+Oh2hA63+EwRjo=";
sha256 = "sha256-kX1I8HsOJKFogqpfTgFBedM6BObdkpYfYwx3tS2IdMo=";
};
vendorHash = null;