vcluster: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm
2025-04-09 00:08:48 +00:00
parent 0f8029409e
commit bed09317a2
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "vcluster";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "vcluster";
tag = "v${version}";
hash = "sha256-m9pXPn18H4HPK7m47uKpNc0BgXV2u5TU5CFgw31AnTw=";
hash = "sha256-6aEdNfskeN4pdeg7lDprTZ5ZbjZzDLo5JyLcIHnVpmY=";
};
vendorHash = null;