forge-mtg: 2.0.12 -> 2.0.13

(cherry picked from commit 509e4a2d68)
This commit is contained in:
R. Ryantm 2026-06-26 11:28:37 +00:00 committed by github-actions[bot]
commit be9c0e7ec5

View file

@ -16,13 +16,13 @@
}:
let
version = "2.0.12";
version = "2.0.13";
src = fetchFromGitHub {
owner = "Card-Forge";
repo = "forge";
rev = "forge-${version}";
hash = "sha256-OwrjpK5aqEx5HCZqU+iLJtkUtmt5yGW1bHLrX1UYf3Q=";
hash = "sha256-BU2RkXE3oMVLlCqebQwidH/ZtHKrrD47PAQhMnF/8pU=";
};
# launch4j downloads and runs a native binary during the package phase.