kubelogin-oidc: 1.32.2 -> 1.32.3 (#394363)

This commit is contained in:
Sandro
2025-04-07 18:18:03 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubelogin";
version = "1.32.2";
version = "1.32.3";
src = fetchFromGitHub {
owner = "int128";
repo = "kubelogin";
tag = "v${version}";
hash = "sha256-fX0Hjb0j6KbdGuFdy5MaZc3zL/EOVXFTTNlIUQZjnsc=";
hash = "sha256-ZmNiFO1YGZC+vxpeliNuXfL8Azy2YmLgKqga/a3/9U8=";
};
subPackages = [ "." ];
@@ -22,7 +22,7 @@ buildGoModule rec {
"-X main.version=v${version}"
];
vendorHash = "sha256-93B2TzptvXNevNLGGpWhUoLfefwb6uFk7tObnEf2wNg=";
vendorHash = "sha256-b8d06JhapPF8HwP1twgkcSR6RzM9x1G4zW3YBqmM3YM=";
# test all packages
preCheck = ''
+1 -1
View File
@@ -15095,7 +15095,7 @@ with pkgs;
};
kubelogin-oidc = callPackage ../by-name/ku/kubelogin-oidc/package.nix {
buildGoModule = buildGo123Module;
buildGoModule = buildGo124Module;
};
kthxbye = callPackage ../servers/monitoring/prometheus/kthxbye.nix { };