about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/visitors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 21:01:34 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 21:01:34 -0800
commit24af67b42be7916ed4e38e1021a8b9c653492c1d (patch)
tree784af73fa61aaa573ef20b51c5630ff359103045 /pkgs/development/ocaml-modules/visitors
parent0925c482c8378e8a6a8724edc6596ea60f90a113 (diff)
ocamlPackages.visitors: 20171124 -> 20180513
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/development/ocaml-modules/visitors')
-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 506721f7bf5e9..25a83fa791281 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-20171124";
+  name = "ocaml${ocaml.version}-visitors-20180513";
 
   src = fetchurl {
-    url = http://gallium.inria.fr/~fpottier/visitors/visitors-20171124.tar.gz;
-    sha256 = "04047k2v0pgwcdkgw7jk4955pgil0nj2ji0zfhmlqrdbinyfqzac";
+    url = http://gallium.inria.fr/~fpottier/visitors/visitors-20180513.tar.gz;
+    sha256 = "12j8n9fkl43sd0j78x2zqix8m1vinswl2jgwndd62vmx98f5rl1v";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild cppo ];