Skip to content

Commit a3529fe

Browse files
swi-prolog: 9.2.7 -> 9.2.9 (#386387)
2 parents b265ee0 + 643257c commit a3529fe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/development/compilers/swi-prolog/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
libyaml,
3636

3737
withGui ? false,
38-
libX11,
3938
libXpm,
4039
libXext,
4140
libXft,
@@ -80,7 +79,7 @@
8079

8180
let
8281
# minorVersion is even for stable, odd for unstable
83-
version = "9.2.7";
82+
version = "9.2.9";
8483

8584
# This package provides several with* options, which replaces the old extraLibraries option.
8685
# This error should help users that still use this option find their way to these flags.
@@ -127,8 +126,8 @@ stdenv.mkDerivation {
127126
src = fetchFromGitHub {
128127
owner = "SWI-Prolog";
129128
repo = "swipl";
130-
rev = "V${version}";
131-
hash = "sha256-O9ogltcbBST111FA85jEVW6jGOLJSt/5PeBABtMu2Ws=";
129+
tag = "V${version}";
130+
hash = "sha256-M0stUwiD3Auz5OsmgVJFWg2RAswu42UUp8bafqZOC7A=";
132131
fetchSubmodules = true;
133132
};
134133

0 commit comments

Comments
 (0)