Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e488f62df748
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 200422c91bf6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2018

  1. 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
    r-ryantm committed Nov 19, 2018
    Copy the full SHA
    24af67b View commit details

Commits on Nov 29, 2018

  1. Merge pull request #50671 from r-ryantm/auto-update/ocaml4.06.1-visitors

    ocamlPackages.visitors: 20171124 -> 20180513
    c0bw3b authored Nov 29, 2018
    Copy the full SHA
    200422c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/ocaml-modules/visitors/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/visitors/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];