forge-mtg: 2.0.08 -> 2.0.09

This commit is contained in:
R. Ryantm
2026-01-22 02:24:43 +00:00
parent 5d361f1d1d
commit 688e5f7ed0
+2 -2
View File
@@ -16,13 +16,13 @@
}:
let
version = "2.0.08";
version = "2.0.09";
src = fetchFromGitHub {
owner = "Card-Forge";
repo = "forge";
rev = "forge-${version}";
hash = "sha256-BiBvHpEgvDp0u8g87LAt4/1FTc9t8FRAtSvPEedndEg=";
hash = "sha256-TRK6fUOLbI3lLdkSXvvuix0sGbpKLvMmYMx5ozViDRE=";
};
# launch4j downloads and runs a native binary during the package phase.