ocamlPackages.ocp-index: 1.3.3 -> 1.3.4

authored by Mario Rodas and committed by Vincent Laporte 1330ca31 48eeceff

+8 -5
+5 -2
pkgs/development/tools/ocaml/ocaml-top/default.nix
··· 4 pname = "ocaml-top"; 5 version = "1.2.0-rc"; 6 7 - useDune2 = true; 8 - 9 src = fetchFromGitHub { 10 owner = "OCamlPro"; 11 repo = "ocaml-top"; ··· 18 configurePhase = '' 19 export TERM=xterm 20 ocp-build -init 21 ''; 22 23 meta = {
··· 4 pname = "ocaml-top"; 5 version = "1.2.0-rc"; 6 7 src = fetchFromGitHub { 8 owner = "OCamlPro"; 9 repo = "ocaml-top"; ··· 16 configurePhase = '' 17 export TERM=xterm 18 ocp-build -init 19 + ''; 20 + 21 + postPatch = '' 22 + substituteInPlace src/completion.ml \ 23 + --replace 'LibIndex.load ' 'LibIndex.load ~qualify:false ' 24 ''; 25 26 meta = {
+3 -3
pkgs/development/tools/ocaml/ocp-index/default.nix
··· 2 3 buildDunePackage rec { 4 pname = "ocp-index"; 5 - version = "1.3.3"; 6 7 - useDune2 = true; 8 9 src = fetchFromGitHub { 10 owner = "OCamlPro"; 11 repo = "ocp-index"; 12 rev = version; 13 - sha256 = "sha256-ElCXjUR85tkyBLIpIKefDouE1upzJytQnk4xoQt/cb0="; 14 }; 15 16 strictDeps = true;
··· 2 3 buildDunePackage rec { 4 pname = "ocp-index"; 5 + version = "1.3.4"; 6 7 + minimalOCamlVersion = "4.08"; 8 9 src = fetchFromGitHub { 10 owner = "OCamlPro"; 11 repo = "ocp-index"; 12 rev = version; 13 + sha256 = "sha256-a7SBGHNKUstfrdHx9KI33tYpvzTwIGhs4Hfie5EeKww="; 14 }; 15 16 strictDeps = true;