Commit e4a89f5c authored by Lucie's avatar Lucie Committed by Vincent Laporte
Browse files

coqPackages.HoTT: 8.20 -> 9.0

parent eed414ca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ mkCoqDerivation {
    with lib.versions;
    lib.switch coq.coq-version [
      {
        case = range "8.14" "8.20";
        case = range "8.14" "9.0";
        out = coq.coq-version;
      }
    ] null;
@@ -26,6 +26,7 @@ mkCoqDerivation {
  release."8.18".sha256 = "sha256-URoUoQOsG0432wg9i6pTRomWQZ+ewutq2+V29TBrVzc=";
  release."8.19".sha256 = "sha256-igG3mhR6uPXV+SCtPH9PBw/eAtTFFry6HPT5ypWj3tQ=";
  release."8.20".sha256 = "sha256-XHAvomi0of11j4x5gpTgD5Mw53eF1FpnCyBvdbV3g6I=";
  release."9.0".sha256 = "sha256-etdLH1qDyDc+ZM7K/65iib0MRlLhsnVmzWBCULUDD50=";

  # versions of HoTT for Coq 8.17 and onwards will use dune
  # opam-name = if lib.versions.isLe "8.17" coq.coq-version then "coq-hott" else null;