kubelogin-oidc: 1.32.3 -> 1.32.4 (#402828)

This commit is contained in:
R. RyanTM
2025-04-29 12:44:02 -04:00
committed by GitHub
parent 92ec400902
commit a85107fb2b
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubelogin";
version = "1.32.3";
version = "1.32.4";
src = fetchFromGitHub {
owner = "int128";
repo = "kubelogin";
tag = "v${version}";
hash = "sha256-ZmNiFO1YGZC+vxpeliNuXfL8Azy2YmLgKqga/a3/9U8=";
hash = "sha256-zdUtLjILildwSOA5CV1SNzVtMj+Tz1KkHB2MH1SZ8wk=";
};
subPackages = [ "." ];
@@ -22,7 +22,7 @@ buildGoModule rec {
"-X main.version=v${version}"
];
vendorHash = "sha256-b8d06JhapPF8HwP1twgkcSR6RzM9x1G4zW3YBqmM3YM=";
vendorHash = "sha256-5NiGgZLSf/STr888JPsZZqaqXUI+g+26OEKRXp7xS4E=";
# test all packages
preCheck = ''