k0sctl: 0.13.2 -> 0.14.0

This commit is contained in:
R. Ryantm 2022-09-12 22:56:22 +00:00 committed by Bobby Rong
parent 85a7a71473
commit 224a4e89cf

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "k0sctl";
version = "0.13.2";
version = "0.14.0";
src = fetchFromGitHub {
owner = "k0sproject";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uKN+vH7BGz8lUDrmPeLp941KPkkTfOkK4Ib9GZR9D0M=";
sha256 = "sha256-m0BdmsqmkB3Q6JzzRPS6Tq68a33heUifY2EgTjbAm3M=";
};
vendorSha256 = "sha256-CZ8DmgYXQcpd43qm6YsVHFePuUochHgJG7/ffEK8LL8=";