coqPackages.ITree: enable for Coq 8.14
This commit is contained in:
parent
3f4f5ee591
commit
a2aaaee3d9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ with lib; mkCoqDerivation rec {
|
|||
owner = "DeepSpec";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.10" "8.13"; out = "4.0.0"; }
|
||||
{ case = range "8.10" "8.14"; out = "4.0.0"; }
|
||||
] null;
|
||||
release."4.0.0".sha256 = "0h5rhndl8syc24hxq1gch86kj7mpmgr89bxp2hmf28fd7028ijsm";
|
||||
releaseRev = v: "${v}";
|
||||
|
|
Loading…
Reference in a new issue