Skip to content

Commit e4a89f5

Browse files
lweqxvbgl
authored andcommitted
coqPackages.HoTT: 8.20 -> 9.0
1 parent eed414c commit e4a89f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/coq-modules/HoTT/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mkCoqDerivation {
1414
with lib.versions;
1515
lib.switch coq.coq-version [
1616
{
17-
case = range "8.14" "8.20";
17+
case = range "8.14" "9.0";
1818
out = coq.coq-version;
1919
}
2020
] null;
@@ -26,6 +26,7 @@ mkCoqDerivation {
2626
release."8.18".sha256 = "sha256-URoUoQOsG0432wg9i6pTRomWQZ+ewutq2+V29TBrVzc=";
2727
release."8.19".sha256 = "sha256-igG3mhR6uPXV+SCtPH9PBw/eAtTFFry6HPT5ypWj3tQ=";
2828
release."8.20".sha256 = "sha256-XHAvomi0of11j4x5gpTgD5Mw53eF1FpnCyBvdbV3g6I=";
29+
release."9.0".sha256 = "sha256-etdLH1qDyDc+ZM7K/65iib0MRlLhsnVmzWBCULUDD50=";
2930

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

0 commit comments

Comments
 (0)