k0sctl: 0.10.4 -> 0.11.4

This commit is contained in:
R. Ryantm 2021-11-03 06:35:26 +00:00
parent cbb7455d73
commit 173b63fc86

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "k0sctl";
version = "0.10.4";
version = "0.11.4";
src = fetchFromGitHub {
owner = "k0sproject";
repo = pname;
rev = "v${version}";
sha256 = "sha256-22jZWRnymIYN1LlGOo8abVx8DTUe9VK1xAHddLknt6A=";
sha256 = "sha256-Fk1aYSa3LqzxiHtlzH5pcNtodOprjfnCFh4UMqCa6Rc=";
};
vendorSha256 = "sha256-N4cU9wzBRZn71mZHkNDXKgSXvlN2QFS6K4MtlR25DJc=";