aws-iam-authenticator: 0.7.4 -> 0.7.5 (#429976)

authored by Nick Cao and committed by GitHub 8749d02c d2646687

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