coqPackages.HoTT: 8.20 -> 9.0

This commit is contained in:
Lucie
2025-05-15 10:09:38 +02:00
committed by Vincent Laporte
parent eed414caf1
commit e4a89f5cc0
@@ -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;