coqPackages.autosubst: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-09-08 18:06:57 +02:00
parent 0f25d8a02d
commit 18aa936e06
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -9,7 +9,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.10" "8.15"; out = "1.7"; }
{ case = range "8.10" "8.16"; out = "1.7"; }
] null;
propagatedBuildInputs = [ mathcomp-ssreflect ];