Merge pull request #300011 from r-ryantm/auto-update/aws-iam-authenticator

aws-iam-authenticator: 0.6.18 -> 0.6.19
This commit is contained in:
Nick Cao 2024-03-29 15:48:14 -04:00 committed by GitHub
commit cc6e463b1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "aws-iam-authenticator";
version = "0.6.18";
version = "0.6.19";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-QhtDfi6USazpPq+7VnJX9YqTxsm7y1CZpIXiZyHaGG4=";
hash = "sha256-wgMMa1PFKNArI4pk7gA2o8HHgF84Q+rga4j+UC1/Js8=";
};
vendorHash = "sha256-TDsY05jnutNIKx0z6/8vGvsgYCIKBkTxh9mXqk4IR38=";
vendorHash = "sha256-wJqtIuLiidO3XFkvhSXRZcFR/31rR4U9BXjFilsr5a0=";
ldflags = let PKG = "sigs.k8s.io/aws-iam-authenticator"; in [
"-s"