about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mparser
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-06-14 18:04:23 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-06-14 18:04:23 +0000
commitb7f4e04c18dd75a1fc0d51a0395150797fb44f23 (patch)
treeb5ca94bf94dc0ee6326d7a449ef054378de8d0ca /pkgs/development/ocaml-modules/mparser
parent3a9c7c6c1880b6b09fd29074d64ba8ffb54896c4 (diff)
downloadnixlib-b7f4e04c18dd75a1fc0d51a0395150797fb44f23.tar
nixlib-b7f4e04c18dd75a1fc0d51a0395150797fb44f23.tar.gz
nixlib-b7f4e04c18dd75a1fc0d51a0395150797fb44f23.tar.bz2
nixlib-b7f4e04c18dd75a1fc0d51a0395150797fb44f23.tar.lz
nixlib-b7f4e04c18dd75a1fc0d51a0395150797fb44f23.tar.xz
nixlib-b7f4e04c18dd75a1fc0d51a0395150797fb44f23.tar.zst
nixlib-b7f4e04c18dd75a1fc0d51a0395150797fb44f23.zip
ocamlPackages.mparser: 1.2.1 -> 1.2.3
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 ];