File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
pkgs/development/compilers/swi-prolog Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3535 libyaml ,
3636
3737 withGui ? false ,
38- libX11 ,
3938 libXpm ,
4039 libXext ,
4140 libXft ,
8079
8180let
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
You can’t perform that action at this time.
0 commit comments