Skip to content

Commit 6e048c4

Browse files
kubelogin-oidc: 1.31.1 -> 1.32.2 (#382494)
Co-authored-by: nevivurn <[email protected]>
2 parents 1fd181c + 6cae0d6 commit 6e048c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ku/kubelogin-oidc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "kubelogin";
9-
version = "1.31.1";
9+
version = "1.32.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "int128";
1313
repo = "kubelogin";
1414
rev = "v${version}";
15-
hash = "sha256-LfMxfXM3L4r0S8eDQVgFO1jTf/BcYpxxQSMl4zRh/yA=";
15+
hash = "sha256-fX0Hjb0j6KbdGuFdy5MaZc3zL/EOVXFTTNlIUQZjnsc=";
1616
};
1717

1818
subPackages = [ "." ];
@@ -22,7 +22,7 @@ buildGoModule rec {
2222
"-X main.version=v${version}"
2323
];
2424

25-
vendorHash = "sha256-o+74+PnwhMe2oMfFLMD95R4m3gMjQS2d4pAvCEjh05U=";
25+
vendorHash = "sha256-93B2TzptvXNevNLGGpWhUoLfefwb6uFk7tObnEf2wNg=";
2626

2727
# test all packages
2828
preCheck = ''

0 commit comments

Comments
 (0)