vcluster: 0.25.1 -> 0.26.0

This commit is contained in:
R. Ryantm 2025-07-04 03:58:03 +00:00
parent 9af9e79f31
commit 127b91bdca

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "vcluster";
version = "0.25.1";
version = "0.26.0";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "vcluster";
tag = "v${version}";
hash = "sha256-kK9cLRgJH/JLmjlpEY6aRaQA/jCjIpKsCS1xQ8Bru6E=";
hash = "sha256-NLZmtiQ4fM5iKjdvV4TsTed9sOSpQH6KYctsSJJ8Mdk=";
};
vendorHash = null;