forked from mirrors/nixpkgs
coqPackages.ITree: enable for Coq 8.15
This commit is contained in:
parent
c845a272a5
commit
dd09b52700
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue