aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-07-31 20:15:26 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-07-31 20:15:26 +0000
commit18408650fbc7a3e2afb3c854d894615c72703322 (patch)
treec36b17c31c2a27cc9343040a15f109034df626b4 /pkgs/development/ocaml-modules/janestreet
parentd1ae60cbad7a49874310de91cd17708b042400c8 (diff)
ocamlPackages.core_kernel: 0.11.0 -> 0.11.1
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/default.nix b/pkgs/development/ocaml-modules/janestreet/default.nix
index 7db07e77d84e..f8ce400e864e 100644
--- a/pkgs/development/ocaml-modules/janestreet/default.nix
+++ b/pkgs/development/ocaml-modules/janestreet/default.nix
@@ -284,8 +284,9 @@ rec {
};
core_kernel = janePackage {
+ version = "0.11.1";
name = "core_kernel";
- hash = "0xaw8189i9z72fvzbxfv1qrf4wvj8v45bl7g3z7ynsqkvh6smr7d";
+ hash = "1dg7ygy7i64c5gaakb1cp1b26p9ks81vbxmb8fd7jff2q60j2z2g";
propagatedBuildInputs = [ configurator jane-street-headers sexplib splittable_random ];
meta.description = "Jane Street's standard library overlay (kernel)";
};