Commit 1437eee5 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

coqPackages.paramcoq: enable for Coq 8.13

parent f3820d58
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,9 +3,10 @@
with lib; mkCoqDerivation {
  pname = "paramcoq";
  inherit version;
  defaultVersion = if versions.range "8.7" "8.12" coq.coq-version
  defaultVersion = if versions.range "8.7" "8.13" coq.coq-version
    then "1.1.2+coq${coq.coq-version}" else null;
  displayVersion = { paramcoq = "1.1.2"; };
  release."1.1.2+coq8.13".sha256 = "02vnf8p04ynf3qk8myvjzsbga15395235mpdpj54pvxis3h5qq22";
  release."1.1.2+coq8.12".sha256 = "0qd72r45if4h7c256qdfiimv75zyrs0w0xqij3m866jxaq591v4i";
  release."1.1.2+coq8.11".sha256 = "09c6813988nvq4fpa45s33k70plnhxsblhm7cxxkg0i37mhvigsa";
  release."1.1.2+coq8.10".sha256 = "1lq1mw15w4yky79qg3rm0mpzqi2ir51b6ak04ismrdr7ixky49y8";