vcluster: 0.12.3 -> 0.15.1

This commit is contained in:
QJoly 2023-06-08 16:02:22 +02:00
parent f09cd3b7de
commit bdb76dc8c7

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vcluster";
version = "0.12.3";
version = "0.15.1";
src = fetchFromGitHub {
owner = "loft-sh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7yyOpF/eIeJinTe0sHPWLLBUbKYDhphmW8qkOdYOdXM=";
sha256 = "sha256-RsaEeWK8jEDolHH0FNFKGrvRDPreAu2/rkXqqYIxH1s=";
};
vendorSha256 = null;
@ -40,6 +40,6 @@ buildGoModule rec {
downloadPage = "https://github.com/loft-sh/vcluster";
homepage = "https://www.vcluster.com/";
license = licenses.asl20;
maintainers = with maintainers; [ peterromfeldhk berryp ];
maintainers = with maintainers; [ peterromfeldhk berryp qjoly ];
};
}