coqPackages.deriving: mark as compatible with Coq 8.15

This commit is contained in:
Théo Zimmermann 2022-01-20 12:35:05 +01:00 committed by Vincent Laporte
parent ec85449f80
commit f18e742079

View file

@ -9,7 +9,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.11" "8.14"; out = "0.1.0"; }
{ case = range "8.11" "8.15"; out = "0.1.0"; }
] null;
releaseRev = v: "v${v}";