Skip to content

Commit aac6eef

Browse files
committedJul 31, 2017
ocamlPackages.containers: 1.2 -> 1.3
1 parent 310e597 commit aac6eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/ocaml-modules/containers/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ let
66
mkpath = p:
77
"${p}/lib/ocaml/${ocaml.version}/site-lib";
88

9-
version = "1.2";
9+
version = "1.3";
1010

1111
in
1212

1313
stdenv.mkDerivation {
14-
name = "ocaml-containers-${version}";
14+
name = "ocaml${ocaml.version}-containers-${version}";
1515

1616
src = fetchFromGitHub {
1717
owner = "c-cube";
1818
repo = "ocaml-containers";
1919
rev = "${version}";
20-
sha256 = "0k1676bn12hhayjlpy8bxfc3sgq6wd7zkh0ca700zh8jxjrshjqk";
20+
sha256 = "1gjs9d6759zpgp68djv296zwmvhdc6dqfb27aip7dhj6ic2bwgil";
2121
};
2222

2323
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];

0 commit comments

Comments
 (0)
Please sign in to comment.