Merge pull request #193205 from siraben/swiprolog-update-revert

Revert "swiProlog: 8.3.29 -> 8.5.17"

authored by Luke Granger-Brown and committed by GitHub 859516a1 59f5bb39

+2 -2
+2 -2
pkgs/development/compilers/swi-prolog/default.nix
··· 34 }: 35 36 let 37 - version = "8.5.17"; 38 packInstall = swiplPath: pack: 39 ''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/pack\"), silent(true), interactive(false)])." -t "halt." 40 ''; ··· 47 owner = "SWI-Prolog"; 48 repo = "swipl-devel"; 49 rev = "V${version}"; 50 - sha256 = "sha256-n1o6eG40DHnmNXuifQC6UFwGzuiL22V++0qRmq1RSzc="; 51 fetchSubmodules = true; 52 }; 53
··· 34 }: 35 36 let 37 + version = "8.3.29"; 38 packInstall = swiplPath: pack: 39 ''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/pack\"), silent(true), interactive(false)])." -t "halt." 40 ''; ··· 47 owner = "SWI-Prolog"; 48 repo = "swipl-devel"; 49 rev = "V${version}"; 50 + sha256 = "sha256-2QYY3VDG3dhbv5gtSid4eMYMxhhpggCedJL+RhtbbaU="; 51 fetchSubmodules = true; 52 }; 53