ocamlPackages.angstrom: 0.3.0 -> 0.4.0
This commit is contained in:
parent
7dc489d95a
commit
6c9bfa3bd7
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, ocaml, ocamlbuild, cstruct, result, findlib, ocaml_oasis }:
|
{ stdenv, fetchFromGitHub, ocaml, ocamlbuild, cstruct, result, findlib, ocaml_oasis }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
name = "ocaml-angstrom-${version}";
|
name = "ocaml-angstrom-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "inhabitedtype";
|
owner = "inhabitedtype";
|
||||||
repo = "angstrom";
|
repo = "angstrom";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1x9pvy5vw98ns4pspj7i10pmgqyngn4v4cdlz5pbvwbrpwpn090q";
|
sha256 = "019s3jwhnswa914bgj1fa6q67k0bl2ahqdaqfnavcbyii8763kh2";
|
||||||
};
|
};
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user