summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-25 19:20:55 -0700
committerRobin Gloster <mail@glob.in>2018-03-30 20:06:21 +0200
commit5fabc510aa809a914021eeed864f8d573fbbffcc (patch)
tree27076c6fe571a1fc027c204644e20b86dc598700 /pkgs/development/ocaml-modules
parent376302290aac71f4afea9c2cfc4483d550a8ca5e (diff)
downloadnixlib-5fabc510aa809a914021eeed864f8d573fbbffcc.tar
nixlib-5fabc510aa809a914021eeed864f8d573fbbffcc.tar.gz
nixlib-5fabc510aa809a914021eeed864f8d573fbbffcc.tar.bz2
nixlib-5fabc510aa809a914021eeed864f8d573fbbffcc.tar.lz
nixlib-5fabc510aa809a914021eeed864f8d573fbbffcc.tar.xz
nixlib-5fabc510aa809a914021eeed864f8d573fbbffcc.tar.zst
nixlib-5fabc510aa809a914021eeed864f8d573fbbffcc.zip
ocamlPackages.ocaml_extlib: 1.7.2 -> 1.7.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/ocaml-extlib/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.7.4 with grep in /nix/store/dvi3qa5d9bkfr31vdwf1q87bh79jjh0n-ocaml-extlib-1.7.4
- directory tree listing: https://gist.github.com/7757241c8441089d6d514b9245f26bfd
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/extlib/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/extlib/default.nix b/pkgs/development/ocaml-modules/extlib/default.nix
index 6c2cb894b542..e1c56bf7ebe5 100644
--- a/pkgs/development/ocaml-modules/extlib/default.nix
+++ b/pkgs/development/ocaml-modules/extlib/default.nix
@@ -3,11 +3,11 @@
 assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "3.11";
 
 stdenv.mkDerivation {
-  name = "ocaml-extlib-1.7.2";
+  name = "ocaml-extlib-1.7.4";
 
   src = fetchurl {
-    url = http://ygrek.org.ua/p/release/ocaml-extlib/extlib-1.7.2.tar.gz;
-    sha256 = "0r7mhfgh6n5chj9r12s2x1fxrzvh6nm8h80ykl1mr75j86za41bm";
+    url = http://ygrek.org.ua/p/release/ocaml-extlib/extlib-1.7.4.tar.gz;
+    sha256 = "18jb4rvkk6p3mqnkamwb41x8q49shgn43h020bs4cp4vac7nrhnr";
   };
 
   buildInputs = [ ocaml findlib cppo ];