k0sctl: 0.24.0 -> 0.25.1

This commit is contained in:
R. Ryantm
2025-06-16 10:34:06 +00:00
parent a8cf52487b
commit 491363f857

View File

@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "k0sctl";
version = "0.24.0";
version = "0.25.1";
src = fetchFromGitHub {
owner = "k0sproject";
repo = "k0sctl";
tag = "v${version}";
hash = "sha256-NOGcyf4x9UCDL65sW+jLvTMUdCx5Uj4wtgi0Rrl+Miw=";
hash = "sha256-mdmmvFCZMaTKMPjaVSgGvADcJ/MdDXyUBtvck638+Ss=";
};
vendorHash = "sha256-f16tmU8gMFqw2G6T0W1thainfxZWIcGuWP7U4vjsoD8=";
vendorHash = "sha256-B1pmdv2dkP9Kin38Kc2DllP7BpHjesX8AAD4TgYYu/I=";
ldflags = [
"-s"