kubelogin-oidc: 1.27.0 -> 1.28.0

+3 -3
+3 -3
pkgs/applications/networking/cluster/kubelogin-oidc/default.nix
··· 2 3 buildGoModule rec { 4 pname = "kubelogin"; 5 - version = "1.27.0"; 6 7 src = fetchFromGitHub { 8 owner = "int128"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-oBgth4lAQP4UrFIk/AErlfyyCgPrugs5wQJDFxqGum0="; 12 }; 13 14 subPackages = ["."]; 15 16 - vendorHash = "sha256-IJCbh1ryyk0r72SrVEiI7K5nIFf1+UGjTkXaNKpGsmo="; 17 18 # Rename the binary instead of symlinking to avoid conflict with the 19 # Azure version of kubelogin
··· 2 3 buildGoModule rec { 4 pname = "kubelogin"; 5 + version = "1.28.0"; 6 7 src = fetchFromGitHub { 8 owner = "int128"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-8atEUJLXSbLHdxo1wKtAHAFrZkQYWdW6tP2oKoxahXA="; 12 }; 13 14 subPackages = ["."]; 15 16 + vendorHash = "sha256-rLpXBFNBJG3H0+2inCG4wN0I2LuKUhuqozeafUD3aMI="; 17 18 # Rename the binary instead of symlinking to avoid conflict with the 19 # Azure version of kubelogin