upgrade foundry
This commit is contained in:
parent
a1421e7870
commit
f34301c30f
2 changed files with 5 additions and 2 deletions
3
nixos/boxes/vpsfree1/FoundryVTT-11.315.zip
Normal file
3
nixos/boxes/vpsfree1/FoundryVTT-11.315.zip
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a182530d72a3f885cd0310e81f1ffd8f294695be5b6931dd6ff565be0ed3dc01
|
||||
size 218337282
|
|
@ -7,9 +7,9 @@
|
|||
}: let
|
||||
foundryvtt = pkgs.fetchzip {
|
||||
name = "foundryvtt";
|
||||
url = "file:///" + ./FoundryVTT-11.306.zip;
|
||||
url = "file:///" + ./FoundryVTT-11.315.zip;
|
||||
postFetch = "";
|
||||
sha256 = "sha256-0nvufwYcgWwY6THeWQbD9CqO7l1UGvSMxGzc7aaRJWs=";
|
||||
sha256 = "sha256-i3U6jfl2zFcHRzK04v8+tcPfUfkvxY8Jifxoxms4VUU=";
|
||||
stripRoot = false;
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue