kubelogin-oidc: 1.25.4 -> 1.26.0 (#208309)

authored by R. RyanTM and committed by GitHub d374964c d35cae96

+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.25.4"; 5 + version = "1.26.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "int128"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Og8ippw9rPH0Ni72mSlCjo4i/cfZXLAjG38jPvfs9ro="; 11 + sha256 = "sha256-A8J381KNhQbWZ+68P8+1xj/lEEc/+YiJ80LqRQatdFQ="; 12 12 }; 13 13 14 14 subPackages = ["."]; 15 15 16 - vendorSha256 = "sha256-E7I8GNcI/QRgbrstc2Ky0q/DPaqNP11BaDzrrfZofLQ="; 16 + vendorSha256 = "sha256-V+O3yFxGJTcFETD2qYOurQUbME5NvRNQTr43OkxXFFE="; 17 17 18 18 # Rename the binary instead of symlinking to avoid conflict with the 19 19 # Azure version of kubelogin