forge-mtg: 2.0.05 -> 2.0.06

This commit is contained in:
Dyego Aurélio
2025-09-28 10:37:29 -03:00
parent 2f02ce3c5c
commit c6cf901e52
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
diff --git a/forge-gui-desktop/pom.xml b/forge-gui-desktop/pom.xml
--- a/forge-gui-desktop/pom.xml
+++ b/forge-gui-desktop/pom.xml
@@ -71,62 +71,6 @@
@@ -69,62 +69,6 @@
</executions>
</plugin>
<plugin>
+3 -3
View File
@@ -14,13 +14,13 @@
}:
let
version = "2.0.05";
version = "2.0.06";
src = fetchFromGitHub {
owner = "Card-Forge";
repo = "forge";
rev = "forge-${version}";
hash = "sha256-71CZBI4FvN5X7peDjhv+0cdTYv8hWwzM8ePdvQSb6QI=";
hash = "sha256-/V8Ce1r68Svf4TQ/zgIqSWjqIFr1uJOmv+aRNLm1qE4=";
};
# launch4j downloads and runs a native binary during the package phase.
@@ -31,7 +31,7 @@ maven.buildMavenPackage {
pname = "forge-mtg";
inherit version src patches;
mvnHash = "sha256-krPOUaJTo5i3imkDvEkBJH3W01y1KypdvitqmZ5JMMA=";
mvnHash = "sha256-DeYmCmsDdNOVMlD+SwvSB2VdqvCDwKghXlyaDuamHiY=";
doCheck = false; # Needs a running Xorg