k0sctl: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm 2025-05-20 13:47:39 +00:00
parent e3a5e6a22c
commit 14426eff6a

View file

@ -9,16 +9,16 @@
buildGoModule rec { buildGoModule rec {
pname = "k0sctl"; pname = "k0sctl";
version = "0.23.0"; version = "0.24.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "k0sproject"; owner = "k0sproject";
repo = "k0sctl"; repo = "k0sctl";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-KhbS7nO/NW7tX6G/MfM92krOHq8cj08515E9h78MJrI="; hash = "sha256-NOGcyf4x9UCDL65sW+jLvTMUdCx5Uj4wtgi0Rrl+Miw=";
}; };
vendorHash = "sha256-ehTwgvnnL0Hl/xu/o2rwILKDzD0i3rZ73ogjpLcyJ0I="; vendorHash = "sha256-f16tmU8gMFqw2G6T0W1thainfxZWIcGuWP7U4vjsoD8=";
ldflags = [ ldflags = [
"-s" "-s"