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

kubeone: 1.5.0 -> 1.5.1
This commit is contained in:
Mario Rodas 2022-09-30 06:56:36 -05:00 committed by GitHub
commit cfcd0b04d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubeone";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "kubermatic";
repo = "kubeone";
rev = "v${version}";
sha256 = "sha256-GC51gKAwurrsm8/zkYpSs7bnT55kpctsTpN6ZtlYxHk=";
sha256 = "sha256-DGLbbIDX2JASre/AQ1eWStNeu4GHgRTQyzrJRTz5DyE=";
};
vendorSha256 = "sha256-w/uLR7wi28Ub7Nouxxg39NlD1OzyIE2oEP4D88Xbwu0=";