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: eed368ac4e2f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b2d48ea0a97
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 10, 2020

  1. Copy the full SHA
    8c57cff View commit details

Commits on Jun 18, 2020

  1. Merge pull request #90073 from r-ryantm/auto-update/ocaml4.10.0-ppx_d…

    …eriving
    
    ocamlPackages.ppx_deriving: 4.4.1 -> 4.5
    markuskowa authored Jun 18, 2020
    Copy the full SHA
    8b2d48e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/ocaml-modules/ppx_deriving/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/ppx_deriving/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

buildDunePackage rec {
pname = "ppx_deriving";
version = "4.4.1";
version = "4.5";

src = fetchzip {
url = "https://github.com/ocaml-ppx/ppx_deriving/archive/v${version}.tar.gz";
sha256 = "1map50w2a35y83bcd19p9yakdkhp04z5as2j2wlygi0b6s0a9vba";
sha256 = "1v2xldag54n0xk69vv3j4nln9bzkkpq3rildq118sydzsc9v239z";
};

buildInputs = [ ppxfind cppo ounit ];