kubeone: 1.4.6 -> 1.4.7

This commit is contained in:
R. Ryantm 2022-08-17 13:06:50 +00:00
parent c085fe3e5a
commit 1a50f6ce42

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubeone";
version = "1.4.6";
version = "1.4.7";
src = fetchFromGitHub {
owner = "kubermatic";
repo = "kubeone";
rev = "v${version}";
sha256 = "sha256-2abuKLAqOaRceokmNb7YG0qg/iYbPhSTG75Rs5mwHDU=";
sha256 = "sha256-SgberbjqIf+5bfE+gM7+lxl25aQVs2tJBNrPgkzowJ4=";
};
vendorSha256 = "sha256-kI5i1us3Ooh603HOz9Y+HlfPUy/1J8z89/jvKEenpLw=";