update foundry vtt
This commit is contained in:
parent
54788db8c1
commit
64f8386d37
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
let
|
||||
foundryvtt = pkgs.fetchzip {
|
||||
name = "foundryvtt";
|
||||
url = "file:///" + ./FoundryVTT-9.269.zip;
|
||||
url = "file:///" + ./FoundryVTT-10.288.zip;
|
||||
postFetch = "";
|
||||
sha256 = "sha256-7YlF3tQ0XsN8CJO7WrjAhz8rHdl/pgqGUpjIJJnB0Eg=";
|
||||
sha256 = "sha256-rnYtyUf3ymZlc+4zarez3LcQ/X+RZiY2zP4W3yXLfso=";
|
||||
stripRoot = false;
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue