summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-04-10 11:54:10 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-04-10 17:45:37 +0200
commit0dcd94bf817b72e24f75ce5252945a49b949aba7 (patch)
tree59d0016682bb6e825d6ca7262b9cbd1d0a58c303 /pkgs
parent3fb880fc77330972250f55e9624f39e8dcddb345 (diff)
downloadnixpkgs-0dcd94bf817b72e24f75ce5252945a49b949aba7.tar
nixpkgs-0dcd94bf817b72e24f75ce5252945a49b949aba7.tar.gz
nixpkgs-0dcd94bf817b72e24f75ce5252945a49b949aba7.tar.bz2
nixpkgs-0dcd94bf817b72e24f75ce5252945a49b949aba7.tar.lz
nixpkgs-0dcd94bf817b72e24f75ce5252945a49b949aba7.tar.xz
nixpkgs-0dcd94bf817b72e24f75ce5252945a49b949aba7.tar.zst
nixpkgs-0dcd94bf817b72e24f75ce5252945a49b949aba7.zip
ocaml-pgocaml: update from 2.1 to 2.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/pgocaml/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/ocaml-modules/pgocaml/default.nix b/pkgs/development/ocaml-modules/pgocaml/default.nix
index f1166d1c324..00c0d472f9a 100644
--- a/pkgs/development/ocaml-modules/pgocaml/default.nix
+++ b/pkgs/development/ocaml-modules/pgocaml/default.nix
@@ -1,14 +1,14 @@
-{stdenv, fetchurl, ocaml, findlib, camlp4, calendar, csv, ocaml_pcre}:
+{ stdenv, fetchurl, ocaml, findlib, camlp4, calendar, csv, ocaml_pcre }:
 
 stdenv.mkDerivation {
-  name = "ocaml-pgocaml-2.1";
+  name = "ocaml-pgocaml-2.2";
   src = fetchurl {
-    url = http://forge.ocamlcore.org/frs/download.php/1413/pgocaml-2.1.tgz;
-    sha256 = "0m7whlmhm7z58pfaarvkyiwaylmrz05aj6fr773zd9xlv07ljiym";
+    url = http://forge.ocamlcore.org/frs/download.php/1506/pgocaml-2.2.tgz;
+    sha256 = "0x0dhlz2rqxpwfdqi384f9fn0ng2irifadmxfm2b4gcz7y1cl9rh";
   };
 
-  buildInputs = [ocaml findlib camlp4];
-  propagatedBuildInputs = [calendar csv ocaml_pcre];
+  buildInputs = [ ocaml findlib camlp4 ];
+  propagatedBuildInputs = [ calendar csv ocaml_pcre ];
 
   createFindlibDestdir = true;