From 64f8386d3721dc323bd13d718fc82aa8ad0c309c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 22 Oct 2022 16:07:45 +0100 Subject: [PATCH] update foundry vtt --- nixos/boxes/vpsfree1/foundryvtt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/boxes/vpsfree1/foundryvtt.nix b/nixos/boxes/vpsfree1/foundryvtt.nix index 72f17467..b07ff68d 100644 --- a/nixos/boxes/vpsfree1/foundryvtt.nix +++ b/nixos/boxes/vpsfree1/foundryvtt.nix @@ -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 {