about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2019-04-23 09:23:04 -0500
committerAustin Seipp <aseipp@pobox.com>2019-04-23 09:23:04 -0500
commit1daf31dc8e3e152d42b633998342248df9bb6570 (patch)
tree2f063df54089b98af2038472e2019592c9e34f00 /pkgs/development/ocaml-modules
parent44da3f6522cdd54f7a4663334ce03ac2b1040fc6 (diff)
downloadnixlib-1daf31dc8e3e152d42b633998342248df9bb6570.tar
nixlib-1daf31dc8e3e152d42b633998342248df9bb6570.tar.gz
nixlib-1daf31dc8e3e152d42b633998342248df9bb6570.tar.bz2
nixlib-1daf31dc8e3e152d42b633998342248df9bb6570.tar.lz
nixlib-1daf31dc8e3e152d42b633998342248df9bb6570.tar.xz
nixlib-1daf31dc8e3e152d42b633998342248df9bb6570.tar.zst
nixlib-1daf31dc8e3e152d42b633998342248df9bb6570.zip
ocamlPackages.zarith: 1.7 -> 1.8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/zarith/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/zarith/default.nix b/pkgs/development/ocaml-modules/zarith/default.nix
index d91f6e1c8a31..1d331090a44f 100644
--- a/pkgs/development/ocaml-modules/zarith/default.nix
+++ b/pkgs/development/ocaml-modules/zarith/default.nix
@@ -6,9 +6,9 @@
 let source =
   if stdenv.lib.versionAtLeast ocaml.version "4.02"
   then {
-    version = "1.7";
-    url = https://github.com/ocaml/Zarith/archive/release-1.7.tar.gz;
-    sha256 = "0fmblap5nsbqq0dab63d6b7lsxpc3snkgz7jfldi2qa4s1kbnhfn";
+    version = "1.8";
+    url = https://github.com/ocaml/Zarith/archive/release-1.8.tar.gz;
+    sha256 = "1cn63c97aij19nrw5hc1zh1jpnbsdkzq99zyyk649c4s3xi3iqq7";
   } else {
     version = "1.3";
     url = http://forge.ocamlcore.org/frs/download.php/1471/zarith-1.3.tgz;