forge-mtg: 2.0.11 -> 2.0.12 (#513609)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-27 12:49:53 +00:00
committed by GitHub
+3 -3
View File
@@ -16,13 +16,13 @@
}:
let
version = "2.0.11";
version = "2.0.12";
src = fetchFromGitHub {
owner = "Card-Forge";
repo = "forge";
rev = "forge-${version}";
hash = "sha256-72BeLmX6TDz/Z3LwnKsEEK4BntE4dp9DsbsrAkh1K2U=";
hash = "sha256-OwrjpK5aqEx5HCZqU+iLJtkUtmt5yGW1bHLrX1UYf3Q=";
};
# launch4j downloads and runs a native binary during the package phase.
@@ -33,7 +33,7 @@ maven.buildMavenPackage {
pname = "forge-mtg";
inherit version src patches;
mvnHash = "sha256-OnxgoJhpJndYpkSmFdM+aniwrArPjPtn2E/4McU6J2k=";
mvnHash = "sha256-OmjrAwYzvW8ejR3/bUVQhy05vACVTG19Bznpl1SbaYs=";
doCheck = false; # Needs a running Xorg