Merge pull request #37530 from ryantm/auto-update/ocaml-pipebang

ocamlPackages.pipebang: 110.01.00 -> 113.00.00
This commit is contained in:
Matthew Justin Bauer 2018-04-08 23:06:47 -05:00 committed by GitHub
commit 8dd875c324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {