upgrade foundry

This commit is contained in:
Cyryl Płotnicki 2023-07-22 18:11:41 +01:00
parent d5793ce830
commit 76f8455aef
4 changed files with 5 additions and 8 deletions

View file

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

View file

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

View file

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

View file

@ -2,9 +2,9 @@
let
foundryvtt = pkgs.fetchzip {
name = "foundryvtt";
url = "file:///" + ./FoundryVTT-11.300.zip;
url = "file:///" + ./FoundryVTT-11.306.zip;
postFetch = "";
sha256 = "sha256-m6SuykveYUgiJVBThvZIuwYjPuE30YZ4cxOOfyqlHps=";
sha256 = "sha256-0nvufwYcgWwY6THeWQbD9CqO7l1UGvSMxGzc7aaRJWs=";
stripRoot = false;
};
in {