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 051e8e8 + 8d1aafa commit 08f9b21Copy full SHA for 08f9b21
pkgs/by-name/ku/kubelogin/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "kubelogin";
13
- version = "0.1.7";
+ version = "0.1.9";
14
15
src = fetchFromGitHub {
16
owner = "Azure";
17
repo = pname;
18
rev = "v${version}";
19
- sha256 = "sha256-yU9RDzUjN8Ona5Xa7+90qDmc4HFbec3tEzumaPmG6es=";
+ sha256 = "sha256-u9Fj2YkHVbFHpxrrxdYrRBvbGsLvxQQlsPHf4++L0g0=";
20
};
21
22
- vendorHash = "sha256-pAhBUREzancX0cbLm5rgZwJn8N0fLX57wONNypADQLE=";
+ vendorHash = "sha256-HYUI0x4fCA8nhIHPguGCJ+F36fxb7m97bgyigwiXWd8=";
23
24
ldflags = [
25
"-X main.gitTag=v${version}"
0 commit comments