coqPackages.HoTT: 8.19 -> 8.20

Signed-off-by: Ali Caglayan <alizter@gmail.com>

<!-- ps-id: 92474861-7551-4ab8-a321-d0de1738c5e8 -->
This commit is contained in:
Ali Caglayan 2024-09-28 00:34:35 +01:00 committed by Vincent Laporte
parent afab97c863
commit ef593972ff

View File

@ -6,7 +6,7 @@ mkCoqDerivation {
owner = "HoTT"; owner = "HoTT";
inherit version; inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [ defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = range "8.14" "8.19"; out = coq.coq-version; } { case = range "8.14" "8.20"; out = coq.coq-version; }
] null; ] null;
releaseRev = v: "V${v}"; releaseRev = v: "V${v}";
release."8.14".sha256 = "sha256-7kXk2pmYsTNodHA+Qts3BoMsewvzmCbYvxw9Sgwyvq0="; release."8.14".sha256 = "sha256-7kXk2pmYsTNodHA+Qts3BoMsewvzmCbYvxw9Sgwyvq0=";
@ -15,6 +15,7 @@ mkCoqDerivation {
release."8.17".sha256 = "sha256-GjTUpzL9UzJm4C2ilCaYEufLG3hcj7rJPc5Op+OMal8="; release."8.17".sha256 = "sha256-GjTUpzL9UzJm4C2ilCaYEufLG3hcj7rJPc5Op+OMal8=";
release."8.18".sha256 = "sha256-URoUoQOsG0432wg9i6pTRomWQZ+ewutq2+V29TBrVzc="; release."8.18".sha256 = "sha256-URoUoQOsG0432wg9i6pTRomWQZ+ewutq2+V29TBrVzc=";
release."8.19".sha256 = "sha256-igG3mhR6uPXV+SCtPH9PBw/eAtTFFry6HPT5ypWj3tQ="; release."8.19".sha256 = "sha256-igG3mhR6uPXV+SCtPH9PBw/eAtTFFry6HPT5ypWj3tQ=";
release."8.20".sha256 = "sha256-XHAvomi0of11j4x5gpTgD5Mw53eF1FpnCyBvdbV3g6I=";
# versions of HoTT for Coq 8.17 and onwards will use dune # 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; # opam-name = if lib.versions.isLe "8.17" coq.coq-version then "coq-hott" else null;