about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mparser
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/mparser')
-rw-r--r--pkgs/development/ocaml-modules/mparser/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/mparser/default.nix b/pkgs/development/ocaml-modules/mparser/default.nix
index 6490eeb2f38c..9a935cf4a5ae 100644
--- a/pkgs/development/ocaml-modules/mparser/default.nix
+++ b/pkgs/development/ocaml-modules/mparser/default.nix
@@ -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 ];