kubelogin: 0.0.27 -> 0.0.28

This commit is contained in:
R. Ryantm
2023-03-17 03:45:37 +00:00
parent 6c9e170804
commit 59d8017931
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubelogin";
version = "0.0.27";
version = "0.0.28";
src = fetchFromGitHub {
owner = "Azure";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yC0J6uXL0W00o0BGIrrZ9WjThSgIu5fEgQdyH2vZESs=";
sha256 = "sha256-uIWlOVZIqwOSvFWRIWKTFEp0aToIBo1htUXb3F+njyI=";
};
vendorHash = "sha256-QGzaKtku7fm14ijmE68nqgqoX86IgmEsemlQltZECI0=";
vendorHash = "sha256-CVBpBb8yYkc6/yLPsCPbVhBHecqZ03WE0NcKiH8SGYs=";
ldflags = [
"-X main.version=${version}"