3
0
Fork 0
forked from mirrors/nixpkgs

coqPackages.mathcomp-zify: mark as compatible with Coq 8.15

This commit is contained in:
Théo Zimmermann 2022-01-26 16:54:54 +01:00 committed by Vincent Laporte
parent eb1b39787f
commit 247cc00c9e

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.14") (isGe "1.12") ]; out = "1.1.0+1.12+8.13"; }
{ cases = [ (range "8.13" "8.15") (isGe "1.12") ]; out = "1.1.0+1.12+8.13"; }
] null;
release."1.0.0+1.12+8.13".sha256 = "1j533vx6lacr89bj1bf15l1a0s7rvrx4l00wyjv99aczkfbz6h6k";