Skip to content

Commit

Permalink
kubelogin-oidc: 1.31.1 -> 1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and NotAShelf committed Feb 17, 2025
1 parent 1a95e3b commit fce0cdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ku/kubelogin-oidc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "kubelogin";
version = "1.31.1";
version = "1.32.2";

src = fetchFromGitHub {
owner = "int128";
repo = "kubelogin";
rev = "v${version}";
hash = "sha256-LfMxfXM3L4r0S8eDQVgFO1jTf/BcYpxxQSMl4zRh/yA=";
hash = "sha256-fX0Hjb0j6KbdGuFdy5MaZc3zL/EOVXFTTNlIUQZjnsc=";
};

subPackages = [ "." ];
Expand All @@ -22,7 +22,7 @@ buildGoModule rec {
"-X main.version=v${version}"
];

vendorHash = "sha256-o+74+PnwhMe2oMfFLMD95R4m3gMjQS2d4pAvCEjh05U=";
vendorHash = "sha256-93B2TzptvXNevNLGGpWhUoLfefwb6uFk7tObnEf2wNg=";

# test all packages
preCheck = ''
Expand Down

0 comments on commit fce0cdc

Please sign in to comment.