kubeone: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2021-12-30 18:28:31 +00:00
parent b88fab1bfe
commit 31cd8b70c3

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubeone";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "kubermatic";
repo = "kubeone";
rev = "v${version}";
sha256 = "sha256-Y0IlTOAfwEp8WkFpXSS02vEhCM4+juAY+Nx/e9Vv0F0=";
sha256 = "sha256-IgV1ULxwL17ECsm7MdRfQERcEVy9cEft2L7fHP3XCKo=";
};
vendorSha256 = "sha256-/rhV7JHuqejCTizcjKIkaJlbRcx7AfMcGqQYo6dlg48=";