swiProlog: 8.3.29 -> 8.5.17

This commit is contained in:
Ben Siraphob 2022-09-25 19:44:05 -05:00
parent 84e79cfbfc
commit b1d7a2d1a7
No known key found for this signature in database
GPG key ID: 45F0E5D788143267

View file

@ -34,7 +34,7 @@
}:
let
version = "8.3.29";
version = "8.5.17";
packInstall = swiplPath: pack:
''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/pack\"), silent(true), interactive(false)])." -t "halt."
'';
@ -47,7 +47,7 @@ stdenv.mkDerivation {
owner = "SWI-Prolog";
repo = "swipl-devel";
rev = "V${version}";
sha256 = "sha256-2QYY3VDG3dhbv5gtSid4eMYMxhhpggCedJL+RhtbbaU=";
sha256 = "sha256-n1o6eG40DHnmNXuifQC6UFwGzuiL22V++0qRmq1RSzc=";
fetchSubmodules = true;
};