Merge pull request #236880 from QJoly/k0sctl

k0sctl: 0.15.1 -> 0.15.2
This commit is contained in:
figsoda 2023-06-09 17:20:16 -04:00 committed by GitHub
commit c20e5f27e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "k0sctl";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "k0sproject";
repo = pname;
rev = "v${version}";
sha256 = "sha256-80AmGc3SdniKayvviVoItrj8v+3m1sAJXSjoRJzw7mE=";
sha256 = "sha256-pti52JlnIxinKg2DxNfLewoJuhMohsAVmHgvR2N5shg=";
};
vendorSha256 = "sha256-K4/sIHWVe1Wj8LJgrqfoOg1hHXvH3HEgU5vq82tzMSk=";