forge-mtg: 2.0.08 -> 2.0.09 (#482517)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-22 02:37:27 +00:00
committed by GitHub
+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.