lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/tools/admin/amazon-ecr-credential-helper/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "amazon-ecr-credential-helper"; 5 - version = "0.7.0"; 5 + version = "0.7.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "awslabs"; 9 9 repo = "amazon-ecr-credential-helper"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-jkS3JAHgIci/5HrcM6a5LjGitl4SLHQNmUIMLWrkUUc="; 11 + sha256 = "sha256-Q+YAfCsq4/PoSzYMFhLDAsAfxlU7XR/vouHo42/D2eM="; 12 12 }; 13 13 14 14 vendorHash = null;