aws-iam-authenticator: 0.7.5 -> 0.7.7 (#443056)

authored by

Wolfgang Walther and committed by
GitHub
1ebc0285 638a450c

+3 -3
+3 -3
pkgs/by-name/aw/aws-iam-authenticator/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "aws-iam-authenticator"; 9 - version = "0.7.5"; 9 + version = "0.7.7"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "kubernetes-sigs"; 13 13 repo = "aws-iam-authenticator"; 14 14 tag = "v${version}"; 15 - hash = "sha256-FvXK4yrWPtM7uhXb0eJB2Hs1eE/+h3R79xVbHFSX2hQ="; 15 + hash = "sha256-nnl5QPJWG0hGp15dwcMdhWCPn5Z4noydLA/Nn5koQCU="; 16 16 }; 17 17 18 - vendorHash = "sha256-fLA+dPAqvCPo8p+NUdmziAhUbi7wQVp2gnzv4493zr8="; 18 + vendorHash = "sha256-oa0wOI7fbMjuG20g+8u5V2tbX+1R3pcRR7kn1iWMp4Y="; 19 19 20 20 ldflags = 21 21 let