3
0
Fork 0
forked from mirrors/nixpkgs

kubelogin-oidc: 1.25.2 -> 1.25.3 (#190992)

This commit is contained in:
R. RyanTM 2022-09-13 08:24:44 -07:00 committed by GitHub
parent a1e58b2ce9
commit 5533fe640d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "kubelogin";
version = "1.25.2";
version = "1.25.3";
src = fetchFromGitHub {
owner = "int128";
repo = pname;
rev = "v${version}";
sha256 = "sha256-d3iiUmNEPKylYSFq9cSfgJuQYLPhBJavGV8tOao0l4s=";
sha256 = "sha256-2Ny3tzeFOZR63fweb+/q1kocIDboD8fJzlLOzcoR0nA=";
};
subPackages = ["."];
vendorSha256 = "sha256-XxVXhNWZOyvrdh2yPQogtH62h7d8NbsNhhrwGuqcLJs=";
vendorSha256 = "sha256-iY4CmtWwQQwZBQM4iJXedFePL4vzSBfNWrVOxYvrhMs=";
# Rename the binary instead of symlinking to avoid conflict with the
# Azure version of kubelogin