We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fd181c + 6cae0d6 commit 6e048c4Copy full SHA for 6e048c4
pkgs/by-name/ku/kubelogin-oidc/package.nix
@@ -6,13 +6,13 @@
6
7
buildGoModule rec {
8
pname = "kubelogin";
9
- version = "1.31.1";
+ version = "1.32.2";
10
11
src = fetchFromGitHub {
12
owner = "int128";
13
repo = "kubelogin";
14
rev = "v${version}";
15
- hash = "sha256-LfMxfXM3L4r0S8eDQVgFO1jTf/BcYpxxQSMl4zRh/yA=";
+ hash = "sha256-fX0Hjb0j6KbdGuFdy5MaZc3zL/EOVXFTTNlIUQZjnsc=";
16
};
17
18
subPackages = [ "." ];
@@ -22,7 +22,7 @@ buildGoModule rec {
22
"-X main.version=v${version}"
23
];
24
25
- vendorHash = "sha256-o+74+PnwhMe2oMfFLMD95R4m3gMjQS2d4pAvCEjh05U=";
+ vendorHash = "sha256-93B2TzptvXNevNLGGpWhUoLfefwb6uFk7tObnEf2wNg=";
26
27
# test all packages
28
preCheck = ''
0 commit comments