aws-iam-authenticator: 0.4.0 -> 0.5.2
Co-authored-by: Nelson Jeppesen <50854675+NelsonJeppesen@users.noreply.github.com>
This commit is contained in:
parent
1c39662e63
commit
c7fa45ff05
@ -1,18 +1,18 @@
|
|||||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "aws-iam-authenticator";
|
pname = "aws-iam-authenticator";
|
||||||
version = "0.4.0";
|
version = "0.5.2";
|
||||||
|
|
||||||
goPackagePath = "github.com/kubernetes-sigs/aws-iam-authenticator";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kubernetes-sigs";
|
owner = "kubernetes-sigs";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ghl2vms9wmvczdl2raqhy0gffxmk24h158gjb5mlw7rggzvb7bg";
|
sha256 = "1xfc3a0dik4930va30sbl6687v6i5irv96fwis9lrqh5rjqnblqp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vendorSha256 = null;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/kubernetes-sigs/aws-iam-authenticator";
|
homepage = "https://github.com/kubernetes-sigs/aws-iam-authenticator";
|
||||||
description = "AWS IAM credentials for Kubernetes authentication";
|
description = "AWS IAM credentials for Kubernetes authentication";
|
||||||
|
Loading…
Reference in New Issue
Block a user