vcluster: 0.16.4 -> 0.17.0

This commit is contained in:
R. Ryantm 2023-11-22 13:27:18 +00:00
parent eb746540a9
commit 7aabaab3c4

View file

@ -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;