maptool: 1.13.2 -> 1.14.3

This commit is contained in:
Ryan Hendrickson 2023-12-15 01:07:34 -05:00
parent 2bf1c545f7
commit 1b2cc0d457
2 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@
}:
let
pname = "maptool";
version = "1.13.2";
version = "1.14.3";
repoBase = "https://github.com/RPTools/maptool";
src = fetchurl {
url = "${repoBase}/releases/download/${version}/maptool-${version}-x86_64.pkg.tar.zst";
hash = "sha256-Ntmro+t4qpP5BXW20t97ki0wt2NKaK5yQarsxDEKbb0=";
hash = "sha256-KjP6zugQw9r1hvdxqOgTrt4hYMYg+lgjkgkj3tfb38s=";
};
meta = with lib; {

View File

@ -37993,8 +37993,8 @@ with pkgs;
# MapTool is fussy about which JRE it uses; OpenJDK will leave it hanging
# at launch in a class initialization deadlock. MapTool ships Temurin with
# their pre-built releases so we might as well use it too.
jre = temurin-bin-17;
openjfx = openjfx17;
jre = temurin-bin-21;
openjfx = openjfx21;
};
mari0 = callPackage ../games/mari0 { };