3
0
Fork 0
forked from mirrors/nixpkgs

coqPackages.ITree: enable for Coq 8.15

This commit is contained in:
Vincent Laporte 2022-02-09 06:09:44 +01:00 committed by Vincent Laporte
parent c845a272a5
commit dd09b52700

View file

@ -5,7 +5,7 @@ with lib; mkCoqDerivation rec {
owner = "DeepSpec";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.10" "8.14"; out = "4.0.0"; }
{ case = range "8.10" "8.15"; out = "4.0.0"; }
] null;
release."4.0.0".sha256 = "0h5rhndl8syc24hxq1gch86kj7mpmgr89bxp2hmf28fd7028ijsm";
releaseRev = v: "${v}";