about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-19 18:06:50 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-19 18:06:50 -0700
commit6fa00688fb137239a4cdbd40131b5bfafd16ffc7 (patch)
treee9c0a36cfe642fd40b523bd5e7cce7a581e63f67 /pkgs
parent2cd892423587d3843b0f6e8dd90ceba92e56becc (diff)
downloadnixlib-6fa00688fb137239a4cdbd40131b5bfafd16ffc7.tar
nixlib-6fa00688fb137239a4cdbd40131b5bfafd16ffc7.tar.gz
nixlib-6fa00688fb137239a4cdbd40131b5bfafd16ffc7.tar.bz2
nixlib-6fa00688fb137239a4cdbd40131b5bfafd16ffc7.tar.lz
nixlib-6fa00688fb137239a4cdbd40131b5bfafd16ffc7.tar.xz
nixlib-6fa00688fb137239a4cdbd40131b5bfafd16ffc7.tar.zst
nixlib-6fa00688fb137239a4cdbd40131b5bfafd16ffc7.zip
ocamlPackages.visitors: 20180513 -> 20190711
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-visitors/versions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/visitors/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/visitors/default.nix b/pkgs/development/ocaml-modules/visitors/default.nix
index 25a83fa79128..36205c7c1ff4 100644
--- a/pkgs/development/ocaml-modules/visitors/default.nix
+++ b/pkgs/development/ocaml-modules/visitors/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ocaml, findlib, ocamlbuild, cppo, ppx_tools, ppx_deriving, result }:
 
 stdenv.mkDerivation {
-  name = "ocaml${ocaml.version}-visitors-20180513";
+  name = "ocaml${ocaml.version}-visitors-20190711";
 
   src = fetchurl {
-    url = http://gallium.inria.fr/~fpottier/visitors/visitors-20180513.tar.gz;
-    sha256 = "12j8n9fkl43sd0j78x2zqix8m1vinswl2jgwndd62vmx98f5rl1v";
+    url = http://gallium.inria.fr/~fpottier/visitors/visitors-20190711.tar.gz;
+    sha256 = "1h794xczfczf573mpwzm4ah9ir1rbbrkqipbh3aflfpdq2mgsbvg";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild cppo ];