Upgrade Foundry

This commit is contained in:
Cyryl Płotnicki 2022-11-20 00:03:45 +00:00
parent 4532b65df7
commit d3eb7f1a08
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfe67763205be1c07993d17cb793c81aac0eb315c76e70b579334f8dd819a479
size 200331927

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3868c7b136c530845fb13f2c644fefb5fd73f93f87db2a794753099ddbf455aa
size 200866051

View file

@ -2,9 +2,9 @@
let let
foundryvtt = pkgs.fetchzip { foundryvtt = pkgs.fetchzip {
name = "foundryvtt"; name = "foundryvtt";
url = "file:///" + ./FoundryVTT-10.288.zip; url = "file:///" + ./FoundryVTT-10.290.zip;
postFetch = ""; postFetch = "";
sha256 = "sha256-rnYtyUf3ymZlc+4zarez3LcQ/X+RZiY2zP4W3yXLfso="; sha256 = "sha256-G4GK76MgDnHsg9dC9Urrww9guJCUTgvMeNzGQ6ez+AQ=";
stripRoot = false; stripRoot = false;
}; };
in { in {