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

Commits on Apr 26, 2020

  1. coqPackages.coqhammer: 1.1.1 → 1.2

    Add support for Coq 8.11
    vbgl committed Apr 26, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    ef964a8 View commit details
  2. Merge pull request #86058 from vbgl/coq-coqhammer-1.2

    coqPackages.coqhammer: 1.1.1 → 1.2
    DamienCassou authored Apr 26, 2020
    Copy the full SHA
    5eb2125 View commit details
Showing with 6 additions and 2 deletions.
  1. +6 −2 pkgs/development/coq-modules/coqhammer/default.nix
8 changes: 6 additions & 2 deletions pkgs/development/coq-modules/coqhammer/default.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,12 @@ let
buildInputs = [ coq.ocamlPackages.camlp5 ];
};
"8.10" = {
version = "1.1.1";
sha256 = "0b6r7bsygl1axbqybkhkr7zlwcd51ski5ql52994klrrxvjd58df";
version = "1.2";
sha256 = "1ir313mmkgp2c65wgw8c681a15clvri1wb1hyjqmj7ymx4shkl56";
};
"8.11" = {
version = "1.2";
sha256 = "1w317h7r5llyamzn1kqb8j6p5sxks2j8vq8wnpzrx01jqbyibxgy";
};
};
param = params.${coq.coq-version};