File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
pkgs/development/coq-modules/HoTT Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments