vcluster: 0.25.1 -> 0.26.0 (#422273)

This commit is contained in:
Wolfgang Walther 2025-07-11 17:45:58 +00:00 committed by GitHub
commit 816e164570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;