amazon-ecr-credential-helper: 0.10.0 -> 0.10.1

R. Ryantm 69ecacff bdfd0f2a

+2 -2
+2 -2
pkgs/by-name/am/amazon-ecr-credential-helper/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "amazon-ecr-credential-helper"; 11 - version = "0.10.0"; 11 + version = "0.10.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "awslabs"; 15 15 repo = "amazon-ecr-credential-helper"; 16 16 tag = "v${version}"; 17 - sha256 = "sha256-so8ZquyfW2YLQj2Og60o3oACy/bxDsjeNA7ky/DHd2I="; 17 + sha256 = "sha256-ZlGXcU3oh/90lP6AjeaFvroZGHUIm0TPoKiKaYMGifA="; 18 18 }; 19 19 20 20 vendorHash = null;