kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577)

This commit is contained in:
Austin Horstman
2024-11-09 20:37:05 -06:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
{
lib,
buildGo123Module,
buildGoModule,
fetchFromGitHub,
}:
buildGo123Module rec {
buildGoModule rec {
pname = "kubelogin";
version = "1.30.1";
version = "1.31.0";
src = fetchFromGitHub {
owner = "int128";
repo = "kubelogin";
rev = "v${version}";
hash = "sha256-aoLPT3lX+q426QlxAPsjeQyTZMnmqMGh85jJPU7lQVU=";
hash = "sha256-IEKP5mHxJyGzlxNL4h0MR/Ge7g1kKidIjinYr+bL6as=";
};
subPackages = [ "." ];
@@ -22,7 +22,7 @@ buildGo123Module rec {
"-X main.version=v${version}"
];
vendorHash = "sha256-gr+SsC7MiLj/MZ8kca5Hcfge+7Pm4y963TfwyKHEhBY=";
vendorHash = "sha256-3hNc16zpazm9YqDx2M/RafCBLev2S8TzJzClGRkKydg=";
# test all packages
preCheck = ''
+2
View File
@@ -14848,6 +14848,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
kubelogin-oidc = callPackage ../by-name/ku/kubelogin-oidc/package.nix { buildGoModule = buildGo123Module; };
kthxbye = callPackage ../servers/monitoring/prometheus/kthxbye.nix { };
linkerd = callPackage ../applications/networking/cluster/linkerd { };