ocamlPackages.mparser: 1.2.1 -> 1.2.3

This commit is contained in:
Vincent Laporte 2017-06-14 18:04:23 +00:00
parent 3a9c7c6c18
commit b7f4e04c18

View File

@ -1,10 +1,10 @@
{ stdenv, fetchzip, ocaml, findlib, ocamlbuild }:
stdenv.mkDerivation {
name = "ocaml${ocaml.version}-mparser-1.2.1";
name = "ocaml${ocaml.version}-mparser-1.2.3";
src = fetchzip {
url = http://github.com/cakeplus/mparser/archive/1.2.1.tar.gz;
sha256 = "1g1r3p0inmm5xwh9i5mrc4s414b0j8l13a66hpvwhqcpp6qglfh3";
url = http://github.com/cakeplus/mparser/archive/1.2.3.tar.gz;
sha256 = "1f8vpagmv0jdm50pxs2xwh2xcmvgaprx4kw871hlml9ahsflxgnw";
};
buildInputs = [ ocaml findlib ocamlbuild ];