kubelogin: 0.2.10 -> 0.2.11

This commit is contained in:
R. Ryantm
2025-10-10 20:12:18 +00:00
parent fb45249f52
commit 57dfa90ff5

View File

@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "kubelogin";
version = "0.2.10";
version = "0.2.11";
src = fetchFromGitHub {
owner = "Azure";
repo = "kubelogin";
rev = "v${version}";
sha256 = "sha256-pi2dzIf48mqD3S7QqaZZ5sgcgPRtQZ10KpfojLVYCZA=";
sha256 = "sha256-MbWplD4u5qrLKLF1stQK4SHNAxQYnFNKJmdq25zsZwU=";
};
vendorHash = "sha256-tuqWg7z9YJygEW3XwBXDwXHUNwaJeTAxRS1xv6bQpj4=";
vendorHash = "sha256-0tZ96t2Yeghe8xvEL9vjBS/gEUUIhyy61olqOlLD6q8=";
ldflags = [
"-X main.gitTag=v${version}"