vcluster: 0.33.2 -> 0.34.1 (#527257)

This commit is contained in:
Austin Horstman
2026-06-05 13:56:56 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "vcluster";
version = "0.33.2";
version = "0.34.1";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "vcluster";
tag = "v${finalAttrs.version}";
hash = "sha256-17nJa4xM4+D1v85x2rHFtGU0C+Gi8nph7Q8JRHYXBP4=";
hash = "sha256-sjpijDrh86dAOqKW+wPPcPRLNZNyfQTxhkAO335BxPM=";
};
vendorHash = null;