Merge pull request #152769 from r-ryantm/auto-update/kubeone

kubeone: 1.3.2 -> 1.3.3
This commit is contained in:
Fabian Affolter 2021-12-30 21:26:52 +01:00 committed by GitHub
commit 00f7508275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";