vcluster: 0.24.1 -> 0.25.0 (#402241)

This commit is contained in:
Wolfgang Walther 2025-06-01 09:54:05 +00:00 committed by GitHub
commit 906b434f04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,13 +10,13 @@
buildGoModule rec { buildGoModule rec {
pname = "vcluster"; pname = "vcluster";
version = "0.24.1"; version = "0.25.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "loft-sh"; owner = "loft-sh";
repo = "vcluster"; repo = "vcluster";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-6aEdNfskeN4pdeg7lDprTZ5ZbjZzDLo5JyLcIHnVpmY="; hash = "sha256-+hAY3aefLUD/Xh52yj5GmYt/U6yEg+snyyfq8AzgPrU=";
}; };
vendorHash = null; vendorHash = null;