feat: upgrade foundry to v13

This commit is contained in:
2025-11-12 22:48:31 +01:00
parent 6f8626ca8a
commit 39f4460e0a
4 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
stdenv.mkDerivation rec {
pname = "foundry-vtt";
version = "12.331";
version = "13.350";
src = ./FoundryVTT-12.343.zip;
src = ./FoundryVTT-Node-13.350.zip;
nativeBuildInputs = [ unzip ];