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

Commits on Sep 21, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    vbgl Vincent Laporte
    Copy the full SHA
    0c0e63d View commit details

Commits on Sep 24, 2019

  1. ocamlPackages.camlp5: 7.08 → 7.10 (#69185)

    ocamlPackages.camlp5: 7.08 → 7.10
    Mic92 authored Sep 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f3a9e9c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/ocaml/camlp5/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/ocaml/camlp5/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation {

name = "camlp5-7.08";
name = "camlp5-7.10";

src = fetchzip {
url = "https://github.com/camlp5/camlp5/archive/rel708.tar.gz";
sha256 = "0b39bvr1aa7kzjhbyycmvcrwil2yjbxc84cb43zfzahx4p2aqr76";
url = "https://github.com/camlp5/camlp5/archive/rel710.tar.gz";
sha256 = "1a1lgsc8350afdwmsznsys7m0c0cks4nw6irqz2f92g8g4vkk9b7";
};

buildInputs = [ ocaml ];