3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.angstrom: 0.3.0 -> 0.4.0

This commit is contained in:
Vincent Laporte 2017-03-25 09:27:11 +00:00
parent 7dc489d95a
commit 6c9bfa3bd7

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, ocaml, ocamlbuild, cstruct, result, findlib, ocaml_oasis }:
stdenv.mkDerivation rec {
version = "0.3.0";
version = "0.4.0";
name = "ocaml-angstrom-${version}";
src = fetchFromGitHub {
owner = "inhabitedtype";
repo = "angstrom";
rev = "${version}";
sha256 = "1x9pvy5vw98ns4pspj7i10pmgqyngn4v4cdlz5pbvwbrpwpn090q";
sha256 = "019s3jwhnswa914bgj1fa6q67k0bl2ahqdaqfnavcbyii8763kh2";
};
createFindlibDestdir = true;