coqPackages.mathcomp-zify: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-09-08 18:06:20 +02:00
parent 3359e6ba27
commit 4bdd2be574
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -9,7 +9,7 @@ with lib; mkCoqDerivation rec {
defaultVersion = with versions;
switch [ coq.coq-version mathcomp-algebra.version ] [
{ cases = [ (range "8.13" "8.15") (isGe "1.12") ]; out = "1.1.0+1.12+8.13"; }
{ cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.1.0+1.12+8.13"; }
] null;
release."1.0.0+1.12+8.13".sha256 = "1j533vx6lacr89bj1bf15l1a0s7rvrx4l00wyjv99aczkfbz6h6k";