Upgrade Foundry
This commit is contained in:
parent
4532b65df7
commit
d3eb7f1a08
3 changed files with 8 additions and 2 deletions
3
nixos/boxes/vpsfree1/FoundryVTT-10.288.zip
Normal file
3
nixos/boxes/vpsfree1/FoundryVTT-10.288.zip
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfe67763205be1c07993d17cb793c81aac0eb315c76e70b579334f8dd819a479
|
||||||
|
size 200331927
|
3
nixos/boxes/vpsfree1/FoundryVTT-10.290.zip
Normal file
3
nixos/boxes/vpsfree1/FoundryVTT-10.290.zip
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3868c7b136c530845fb13f2c644fefb5fd73f93f87db2a794753099ddbf455aa
|
||||||
|
size 200866051
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue