We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 310e597 commit aac6eefCopy full SHA for aac6eef
pkgs/development/ocaml-modules/containers/default.nix
@@ -6,18 +6,18 @@ let
6
mkpath = p:
7
"${p}/lib/ocaml/${ocaml.version}/site-lib";
8
9
- version = "1.2";
+ version = "1.3";
10
11
in
12
13
stdenv.mkDerivation {
14
- name = "ocaml-containers-${version}";
+ name = "ocaml${ocaml.version}-containers-${version}";
15
16
src = fetchFromGitHub {
17
owner = "c-cube";
18
repo = "ocaml-containers";
19
rev = "${version}";
20
- sha256 = "0k1676bn12hhayjlpy8bxfc3sgq6wd7zkh0ca700zh8jxjrshjqk";
+ sha256 = "1gjs9d6759zpgp68djv296zwmvhdc6dqfb27aip7dhj6ic2bwgil";
21
};
22
23
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
0 commit comments