mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ocamlPackages.mparser: 1.2.1 -> 1.2.3
This commit is contained in:
parent
3a9c7c6c18
commit
b7f4e04c18
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user