upgrade foundry
This commit is contained in:
parent
d5793ce830
commit
76f8455aef
4 changed files with 5 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ef7c2082f92ad57ade92cf08b28a3323141bb5453f342e27baa227a31963d49
|
|
||||||
size 200873934
|
|
|
@ -1,3 +0,0 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bedc8f7070c0c2c5bdad52101884757d459d3dc5852ec46c3886353d940c1e28
|
|
||||||
size 217440507
|
|
3
nixos/boxes/vpsfree1/FoundryVTT-11.306.zip
Normal file
3
nixos/boxes/vpsfree1/FoundryVTT-11.306.zip
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0a3413c958b154664058137dcedc8a7c85476432eb4621f4a68e73358bf4595
|
||||||
|
size 217457844
|
|
@ -2,9 +2,9 @@
|
||||||
let
|
let
|
||||||
foundryvtt = pkgs.fetchzip {
|
foundryvtt = pkgs.fetchzip {
|
||||||
name = "foundryvtt";
|
name = "foundryvtt";
|
||||||
url = "file:///" + ./FoundryVTT-11.300.zip;
|
url = "file:///" + ./FoundryVTT-11.306.zip;
|
||||||
postFetch = "";
|
postFetch = "";
|
||||||
sha256 = "sha256-m6SuykveYUgiJVBThvZIuwYjPuE30YZ4cxOOfyqlHps=";
|
sha256 = "sha256-0nvufwYcgWwY6THeWQbD9CqO7l1UGvSMxGzc7aaRJWs=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue