summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/pipebang
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 21:30:28 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 21:30:28 -0700
commit11b3645446a7b8a204a5666768c761009d424661 (patch)
treed442f0c8a27f90742c298123c03222a04c028d93 /pkgs/development/ocaml-modules/pipebang
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixpkgs-11b3645446a7b8a204a5666768c761009d424661.tar
nixpkgs-11b3645446a7b8a204a5666768c761009d424661.tar.gz
nixpkgs-11b3645446a7b8a204a5666768c761009d424661.tar.bz2
nixpkgs-11b3645446a7b8a204a5666768c761009d424661.tar.lz
nixpkgs-11b3645446a7b8a204a5666768c761009d424661.tar.xz
nixpkgs-11b3645446a7b8a204a5666768c761009d424661.tar.zst
nixpkgs-11b3645446a7b8a204a5666768c761009d424661.zip
ocamlPackages.pipebang: 110.01.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/kq6az2hq7xjwwsk5zaqvsxk404fkwxib-ocaml-pipebang-113.00.00
- directory tree listing: https://gist.github.com/f574e3b8aec1bc7c22f6688c2a1afed4
Diffstat (limited to 'pkgs/development/ocaml-modules/pipebang')
-rw-r--r--pkgs/development/ocaml-modules/pipebang/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/pipebang/default.nix b/pkgs/development/ocaml-modules/pipebang/default.nix
index fa9a9f8f86a..1ab1c5fa7bc 100644
--- a/pkgs/development/ocaml-modules/pipebang/default.nix
+++ b/pkgs/development/ocaml-modules/pipebang/default.nix
@@ -2,13 +2,13 @@
 
 buildOcaml rec {
   name = "pipebang";
-  version = "110.01.00";
+  version = "113.00.00";
 
   minimumSupportedOcamlVersion = "4.00";
 
   src = fetchurl {
     url = "https://github.com/janestreet/pipebang/archive/${version}.tar.gz";
-    sha256 = "a8858d9607c15cdf0a775196be060c8d91de724fc80a347d7a76ef1d38329096";
+    sha256 = "0acm2y8wxvnapa248lkgm0vcc44hlwhrjxqkx1awjxzcmarnxhfk";
   };
 
   meta = with stdenv.lib; {