Merge pull request #239391 from r-ryantm/auto-update/vcluster

vcluster: 0.15.1 -> 0.15.2
This commit is contained in:
Nick Cao 2023-06-24 10:19:59 +08:00 committed by GitHub
commit d29e036841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vcluster";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "loft-sh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RsaEeWK8jEDolHH0FNFKGrvRDPreAu2/rkXqqYIxH1s=";
sha256 = "sha256-xXeNWLhaCjOqKYJWshosStuAGy43Ur2Kp7xSY6KKcqw=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/vclusterctl" ];