vcluster: 0.33.2 -> 0.34.1

https://github.com/loft-sh/vcluster/releases/tag/v0.34.1
This commit is contained in:
Jan Roehrich
2026-06-02 20:53:35 +02:00
parent 0969ea1336
commit 38d55813ff

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;