vcluster: 0.15.6 -> 0.16.4

This commit is contained in:
R. Ryantm
2023-10-22 02:37:19 +00:00
parent 1cf369a0dd
commit 2fa459a7d2
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vcluster";
version = "0.15.6";
version = "0.16.4";
src = fetchFromGitHub {
owner = "loft-sh";
repo = pname;
rev = "v${version}";
hash = "sha256-frYE/0PcVNlk+hwSCoPwSbL2se4dEP9g6aLDMGdn6x8=";
hash = "sha256-LL+fikMTg79d9goFEkmxwYvF9E0GrPNTLmFy2tfnQtg=";
};
vendorHash = null;