about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-12 09:46:59 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-12 09:46:59 +0000
commit9074440f11c49134f65be9fd08a89848a894eaa0 (patch)
treed5729b645d9e7e865a2b3a6495cbf3e4e040d4e7 /pkgs/development/ocaml-modules/janestreet
parent73d4e93597863183a527d5a74166ccbfd06def85 (diff)
downloadnixlib-9074440f11c49134f65be9fd08a89848a894eaa0.tar
nixlib-9074440f11c49134f65be9fd08a89848a894eaa0.tar.gz
nixlib-9074440f11c49134f65be9fd08a89848a894eaa0.tar.bz2
nixlib-9074440f11c49134f65be9fd08a89848a894eaa0.tar.lz
nixlib-9074440f11c49134f65be9fd08a89848a894eaa0.tar.xz
nixlib-9074440f11c49134f65be9fd08a89848a894eaa0.tar.zst
nixlib-9074440f11c49134f65be9fd08a89848a894eaa0.zip
ocamlPackages.configurator: 0.9.0 -> 0.9.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 d6acbaa71422..07422f8cc80d 100644
--- a/pkgs/development/ocaml-modules/janestreet/default.nix
+++ b/pkgs/development/ocaml-modules/janestreet/default.nix
@@ -289,7 +289,8 @@ rec {
 
   configurator = janePackage {
     name = "configurator";
-    hash = "1ll90pnprc5nah621ckvqi1gwagvglzx2mzjpkppddw1kr320w80";
+    version = "0.9.1";
+    hash = "1q0s0ghcrcrxdj6zr9zr27g7sr4qr9l14kizjphwqwwvgbzawdix";
     propagatedBuildInputs = [ ppx_base ];
     meta.description = "Helper library for gathering system configuration";
   };