vcluster: 0.34.1 -> 0.35.1

https://github.com/loft-sh/vcluster/releases/tag/v0.35.1
This commit is contained in:
Jan Roehrich
2026-07-04 08:35:06 +02:00
parent d194c57994
commit dec91bb2f6
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "vcluster";
version = "0.34.1";
version = "0.35.1";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "vcluster";
tag = "v${finalAttrs.version}";
hash = "sha256-sjpijDrh86dAOqKW+wPPcPRLNZNyfQTxhkAO335BxPM=";
hash = "sha256-31PGY6x+D0QJCS8VyTPS2AVEB/aw1hV/miijsqwpALI=";
};
vendorHash = null;