kubelogin-oidc: 1.23.2 -> 1.23.3 (#127258)

authored by

R. RyanTM and committed by
GitHub
1a9f4643 38d36964

+3 -3
+3 -3
pkgs/applications/networking/cluster/kubelogin-oidc/default.nix
··· 2 3 buildGoModule rec { 4 pname = "kubelogin"; 5 - version = "1.23.2"; 6 7 src = fetchFromGitHub { 8 owner = "int128"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-Vj7qk1x4d94GgthmHhWbQvsfnZE1UL3Bdk5zjAb3vWs="; 12 }; 13 14 subPackages = ["."]; 15 16 - vendorSha256 = "sha256-JsBseRIbStsX44rLsGAERFUSWUuLcNycRDAcOMconnE="; 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.23.3"; 6 7 src = fetchFromGitHub { 8 owner = "int128"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-qhdt/j1yFlCr+CCM3VQHxRVMEelZDsjhDJW9CYNCx2U="; 12 }; 13 14 subPackages = ["."]; 15 16 + vendorSha256 = "sha256-RxIrnwIHDi9umu9bqpz3lnpNFdIWoTP657Te9iBv4IA="; 17 18 # Rename the binary instead of symlinking to avoid conflict with the 19 # Azure version of kubelogin