vcluster: 0.15.1 -> 0.15.2

This commit is contained in:
R. Ryantm 2023-06-23 15:01:59 +00:00
parent cbf0490176
commit e6e22ebfca

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