coqPackages.mathcomp-tarjan: enable with Coq 8.15

main
Vincent Laporte 2 years ago
parent a1cb58e4cf
commit 38dc75293d
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 2
      pkgs/development/coq-modules/mathcomp-tarjan/default.nix

@ -9,7 +9,7 @@ with lib; mkCoqDerivation {
inherit version;
defaultVersion = with versions;
switch [ coq.version mathcomp-ssreflect.version ] [{
cases = [ (range "8.10" "8.14") (isGe "1.12.0") ]; out = "1.0.0";
cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.0.0";
}] null;
release."1.0.0".sha256 = "sha256:0r459r0makshzwlygw6kd4lpvdjc43b3x5y9aa8x77f2z5gymjq1";

Loading…
Cancel
Save