kubelogin-oidc: 1.27.0 -> 1.28.0

+3 -3
+3 -3
pkgs/applications/networking/cluster/kubelogin-oidc/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "kubelogin"; 5 - version = "1.27.0"; 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 - sha256 = "sha256-oBgth4lAQP4UrFIk/AErlfyyCgPrugs5wQJDFxqGum0="; 11 + sha256 = "sha256-8atEUJLXSbLHdxo1wKtAHAFrZkQYWdW6tP2oKoxahXA="; 12 12 }; 13 13 14 14 subPackages = ["."]; 15 15 16 - vendorHash = "sha256-IJCbh1ryyk0r72SrVEiI7K5nIFf1+UGjTkXaNKpGsmo="; 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