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

This commit is contained in:
R. Ryantm 2023-05-30 03:15:43 +00:00
parent 58c8583551
commit 38a78a1302

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;