Skip to content

Commit b7f4e04

Browse files
committedJun 14, 2017
ocamlPackages.mparser: 1.2.1 -> 1.2.3
1 parent 3a9c7c6 commit b7f4e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/ocaml-modules/mparser/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ stdenv, fetchzip, ocaml, findlib, ocamlbuild }:
22

33
stdenv.mkDerivation {
4-
name = "ocaml${ocaml.version}-mparser-1.2.1";
4+
name = "ocaml${ocaml.version}-mparser-1.2.3";
55
src = fetchzip {
6-
url = http://github.com/cakeplus/mparser/archive/1.2.1.tar.gz;
7-
sha256 = "1g1r3p0inmm5xwh9i5mrc4s414b0j8l13a66hpvwhqcpp6qglfh3";
6+
url = http://github.com/cakeplus/mparser/archive/1.2.3.tar.gz;
7+
sha256 = "1f8vpagmv0jdm50pxs2xwh2xcmvgaprx4kw871hlml9ahsflxgnw";
88
};
99

1010
buildInputs = [ ocaml findlib ocamlbuild ];

0 commit comments

Comments
 (0)
Please sign in to comment.