Merge pull request #37524 from ryantm/auto-update/ocaml-bitstring

ocamlPackages.bitstring: 2.1.0 -> 2.1.1
This commit is contained in:
Matthew Justin Bauer 2018-04-08 23:05:59 -05:00 committed by GitHub
commit fddad914d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
buildOcaml rec {
name = "bitstring";
version = "2.1.0";
version = "2.1.1";
src = fetchurl {
url = http://github.com/xguerin/bitstring/archive/v2.1.0.tar.gz;
sha256 = "0miw4banfpmx4kxrckpqr57b1fcmsqdmspyjx6gqjd4kghm4l7xj";
url = http://github.com/xguerin/bitstring/archive/v2.1.1.tar.gz;
sha256 = "0vy8ibrxccii1jbsk5q6yh1kxjigqvi7lhhcmizvd5gfhf7mfyc8";
};
patches = [ ./camlp4-git.patch ./srcdir.patch ];