tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kubelogin-oidc: 1.27.0 -> 1.28.0
R. Ryantm
2 years ago
cf118b5f
7672c1e9
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
kubelogin-oidc
default.nix
+3
-3
pkgs/applications/networking/cluster/kubelogin-oidc/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "kubelogin";
5
5
-
version = "1.27.0";
5
5
+
version = "1.28.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "int128";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-oBgth4lAQP4UrFIk/AErlfyyCgPrugs5wQJDFxqGum0=";
11
11
+
sha256 = "sha256-8atEUJLXSbLHdxo1wKtAHAFrZkQYWdW6tP2oKoxahXA=";
12
12
};
13
13
14
14
subPackages = ["."];
15
15
16
16
-
vendorHash = "sha256-IJCbh1ryyk0r72SrVEiI7K5nIFf1+UGjTkXaNKpGsmo=";
16
16
+
vendorHash = "sha256-rLpXBFNBJG3H0+2inCG4wN0I2LuKUhuqozeafUD3aMI=";
17
17
18
18
# Rename the binary instead of symlinking to avoid conflict with the
19
19
# Azure version of kubelogin