forge-mtg: 2.0.12 -> 2.0.13 (#535604)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-26 13:19:00 +00:00
committed by GitHub

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.