about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 21:01:20 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 21:01:20 -0700
commit69f931660c88fa03a82c87c4a5571276ebf5f571 (patch)
treeb1f61fe797b4a07a9a7ae59f04d934cb19d4d48d /pkgs/development/ocaml-modules
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixlib-69f931660c88fa03a82c87c4a5571276ebf5f571.tar
nixlib-69f931660c88fa03a82c87c4a5571276ebf5f571.tar.gz
nixlib-69f931660c88fa03a82c87c4a5571276ebf5f571.tar.bz2
nixlib-69f931660c88fa03a82c87c4a5571276ebf5f571.tar.lz
nixlib-69f931660c88fa03a82c87c4a5571276ebf5f571.tar.xz
nixlib-69f931660c88fa03a82c87c4a5571276ebf5f571.tar.zst
nixlib-69f931660c88fa03a82c87c4a5571276ebf5f571.zip
ocamlPackages.pa_bench: 112.06.00 -> 113.00.00
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 113.00.00 with grep in /nix/store/z75i3hc6a7yn9jciri3zwpzrzmcxfs9y-ocaml-pa_bench-113.00.00
- directory tree listing: https://gist.github.com/81cbcb6edb9964f7b33a8fd163ad6e30
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/pa_bench/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/pa_bench/default.nix b/pkgs/development/ocaml-modules/pa_bench/default.nix
index d8ce0dbc7eac..2b821cd6dd6f 100644
--- a/pkgs/development/ocaml-modules/pa_bench/default.nix
+++ b/pkgs/development/ocaml-modules/pa_bench/default.nix
@@ -2,13 +2,13 @@
 
 buildOcaml rec {
   name = "pa_bench";
-  version = "112.06.00";
+  version = "113.00.00";
 
   minimumSupportedOcamlVersion = "4.00";
 
   src = fetchurl {
     url = "https://github.com/janestreet/pa_bench/archive/${version}.tar.gz";
-    sha256 = "e3401e37f1d3d4acb957fd46a192d0ffcefeb0bedee63bbeb26969af1d540870";
+    sha256 = "1cd6291gdnk6h8ziclg6x3if8z5xy67nfz9gx8sx4k2cwv0j29k5";
   };
 
   buildInputs = [ pa_ounit ];