kubelogin: 0.2.11 -> 0.2.12

This commit is contained in:
R. Ryantm
2025-10-17 01:32:23 +00:00
parent 5d1f6df5e1
commit 80884d8b10
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kubelogin";
version = "0.2.11";
version = "0.2.12";
src = fetchFromGitHub {
owner = "Azure";
repo = "kubelogin";
rev = "v${version}";
sha256 = "sha256-MbWplD4u5qrLKLF1stQK4SHNAxQYnFNKJmdq25zsZwU=";
sha256 = "sha256-n9YkfK8QhGG4aGlU/SBtv59d05in1B8/mrsK4bDbjWo=";
};
vendorHash = "sha256-0tZ96t2Yeghe8xvEL9vjBS/gEUUIhyy61olqOlLD6q8=";