Skip to content

Commit

Permalink
ocamlPackages.qtest: 2.6 -> 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 16, 2017
1 parent 02a23b7 commit 4cec2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/qtest/default.nix
Expand Up @@ -4,13 +4,13 @@ if !stdenv.lib.versionAtLeast ocaml.version "4"
then throw "qtest is not available for OCaml ${ocaml.version}"
else

let version = "2.6"; in
let version = "2.7"; in

stdenv.mkDerivation {
name = "ocaml-qtest-${version}";
name = "ocaml${ocaml.version}-qtest-${version}";
src = fetchzip {
url = "https://github.com/vincent-hugot/iTeML/archive/v${version}.tar.gz";
sha256 = "1v5c1n5p8rhnisn606fs05q8764lqwgw08w66y5dm8wgmxgmsb3k";
sha256 = "0z72m2drp67qchvsxx4sg2qjrrq8hp6p9kzdx16ibx58pvpw1sh2";
};

buildInputs = [ ocaml findlib ocamlbuild ];
Expand Down

0 comments on commit 4cec2d6

Please sign in to comment.