Merge pull request #274378 from rhendric/rhendric/maptool
maptool: 1.13.2 -> 1.14.3
This commit is contained in:
commit
7854cca1a1
2 changed files with 4 additions and 4 deletions
|
@ -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; {
|
||||
|
|
|
@ -37911,8 +37911,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 { };
|
||||
|
|
Loading…
Reference in a new issue