k0sctl: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm
2024-06-28 13:22:44 +00:00
parent c8201d6eef
commit 030bef3015
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "k0sctl";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "k0sproject";
repo = pname;
rev = "v${version}";
hash = "sha256-bFNlNNc5PGim2yCX8YmWzPp1EzMrsSF3d/E+mf9Pw20=";
hash = "sha256-lZCD8hBe6SKKjTvEKNg/lr7NXrAPqFQoh9iQg0O6jhc=";
};
vendorHash = "sha256-pKvb7pKuGfa8Y+FvLwyWcYuuSszLin2+jFCQ7cPkkwQ=";
vendorHash = "sha256-FobBn7rbRVfnW8Zd982vkSuKpPj4gGK4b41o9OK/CCY=";
ldflags = [
"-s"