From 7da48dec309127c2a08432137534703e8be86b9f Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 24 Oct 2016 04:07:14 +0200 Subject: [PATCH 1/3] ocamlPackages.gen: 0.3 -> 0.4 --- pkgs/development/ocaml-modules/gen/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/gen/default.nix b/pkgs/development/ocaml-modules/gen/default.nix index c023b590f7a7..6cbbd4adc1b5 100644 --- a/pkgs/development/ocaml-modules/gen/default.nix +++ b/pkgs/development/ocaml-modules/gen/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }: -let version = "0.3"; in +let version = "0.4"; in stdenv.mkDerivation { name = "ocaml-gen-${version}"; @@ -9,7 +9,7 @@ stdenv.mkDerivation { owner = "c-cube"; repo = "gen"; rev = "${version}"; - sha256 = "0xrnkcfa5q86ammf49j5hynw5563x5sa2mk7vqf7g097j1szif72"; + sha256 = "041dga300fh1y6fi8y0fkri2qda406lf2dmbrgllazw3rp07zkzj"; }; buildInputs = [ ocaml findlib ocamlbuild qtest ounit ]; From 29f3eaef7ad4d2cd0ea3ae70e34d3f02ece3e50f Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 24 Oct 2016 04:07:53 +0200 Subject: [PATCH 2/3] ocamlPackages.sequence: 0.6 -> 0.8 --- pkgs/development/ocaml-modules/sequence/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/sequence/default.nix b/pkgs/development/ocaml-modules/sequence/default.nix index a87a13fd3960..ae973178d137 100644 --- a/pkgs/development/ocaml-modules/sequence/default.nix +++ b/pkgs/development/ocaml-modules/sequence/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }: -let version = "0.6"; in +let version = "0.8"; in stdenv.mkDerivation { name = "ocaml-sequence-${version}"; @@ -9,7 +9,7 @@ stdenv.mkDerivation { owner = "c-cube"; repo = "sequence"; rev = "${version}"; - sha256 = "0mky5qas3br2x4y14dzcky212z624ydqnx8mw8w00x0c1xjpafkb"; + sha256 = "1y9nkz6g4plnbk1pcdbvs7f719r48zxrp3gsaxyq1vg98i9h8qr3"; }; buildInputs = [ ocaml findlib ocamlbuild qtest ounit ]; From 0336a06d0e759bd6bad1db25c665b23433ad2450 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 24 Oct 2016 04:09:17 +0200 Subject: [PATCH 3/3] ocamlPackages.containers: 0.18 -> 0.20 --- pkgs/development/ocaml-modules/containers/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/containers/default.nix b/pkgs/development/ocaml-modules/containers/default.nix index 4719cd300c19..19d91e44dcde 100644 --- a/pkgs/development/ocaml-modules/containers/default.nix +++ b/pkgs/development/ocaml-modules/containers/default.nix @@ -4,10 +4,9 @@ let mkpath = p: - let v = stdenv.lib.getVersion ocaml; in - "${p}/lib/ocaml/${v}/site-lib"; + "${p}/lib/ocaml/${ocaml.version}/site-lib"; - version = "0.18"; + version = "0.20"; in @@ -18,7 +17,7 @@ stdenv.mkDerivation { owner = "c-cube"; repo = "ocaml-containers"; rev = "${version}"; - sha256 = "169j8vqg8h70wbldjg610jqikfk23ggw8zypmpzv3piym5p1dfiw"; + sha256 = "1gwflgdbvj293cwi434aafrsgpdgj2sv7r1ghm4l4k5xn17l0qzg"; }; buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];