mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
kubelogin-oidc: 1.36.1 -> 1.36.2
(cherry picked from commit 6bb9c87bef)
This commit is contained in:
parent
57a721a2ff
commit
b5c2ef75ea
1 changed files with 3 additions and 3 deletions
|
|
@ -8,13 +8,13 @@
|
|||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "kubelogin";
|
||||
version = "1.36.1";
|
||||
version = "1.36.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "int128";
|
||||
repo = "kubelogin";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-leM2C6Ba2H9AU916NAVKEk6zoAWCIn43URQ/SEA8Xwc=";
|
||||
hash = "sha256-VzUnjqa3XnKSqcwd2jVwbQwGmyO5+YBwPIIxN0wj81A=";
|
||||
};
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
|
@ -24,7 +24,7 @@ buildGoModule (finalAttrs: {
|
|||
"-X main.version=v${finalAttrs.version}"
|
||||
];
|
||||
|
||||
vendorHash = "sha256-vAbPLlQEku9KySHpdTvQHYHtxyi7/mUvytuyrP9wkHE=";
|
||||
vendorHash = "sha256-/30B7krXl0HYm+nUqGtbhNb4L8utdorjZNGkfMCYs3k=";
|
||||
|
||||
# test all packages
|
||||
preCheck = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue