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

vcluster: 0.16.4 -> 0.17.0
This commit is contained in:
Julien Malka
2023-11-25 19:06:33 +01:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vcluster";
version = "0.16.4";
version = "0.17.0";
src = fetchFromGitHub {
owner = "loft-sh";
repo = pname;
rev = "v${version}";
hash = "sha256-LL+fikMTg79d9goFEkmxwYvF9E0GrPNTLmFy2tfnQtg=";
hash = "sha256-xmSp3cNqNv48gBWpt0Pnvl3l5gIyV1oPNGrB58X+OVU=";
};
vendorHash = null;