forge-mtg: 1.6.56 -> 1.6.57

Trivial bump, requested on Matrix
This commit is contained in:
K900 2023-08-10 22:39:42 +03:00
parent f025b07248
commit 4660293567
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@
}:
let
version = "1.6.56";
version = "1.6.57";
src = fetchFromGitHub {
owner = "Card-Forge";
repo = "forge";
rev = "forge-${version}";
hash = "sha256-VB/ToTq1XwHPEUNmbocwUoCP4DfyAFdlRAwxrx4tNJU=";
hash = "sha256-pxnnqLfyblbIgIRZZrx8Y8K43zUv9mu7PzZ7zltpEUQ=";
};
# launch4j downloads and runs a native binary during the package phase.
@ -27,7 +27,7 @@ maven.buildMavenPackage {
# Tests need a running Xorg.
mvnParameters = "-DskipTests";
mvnHash = "sha256-ajrHnaiJS7ZnR9BjLaXK2bnAKCp5UWQqYpjWbz3z6bw=";
mvnHash = "sha256-QK9g0tG75lIhEtf4jW03N32YbD9Fe5iI0JTuqmCTtnE=";
nativeBuildInputs = [ makeWrapper ];