vcluster: 0.29.1 -> 0.31.0

This commit is contained in:
R. Ryantm
2026-02-01 16:09:34 +01:00
committed by Weijia Wang
parent b68330af8b
commit f9575d1ea0
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "vcluster";
version = "0.29.1";
version = "0.31.0";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "vcluster";
tag = "v${version}";
hash = "sha256-LsyJ1qiSAWOfh9DWrO1JNxf5ItH7pMn8jW/GQ9Skeq4=";
hash = "sha256-yGvKZ70+x+PQiTCB8MxUplymlQLm9iT+ryBHFF1a/Os=";
};
vendorHash = null;