mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
coqPackages.ITree: enable for Coq 8.14
This commit is contained in:
parent
3f4f5ee591
commit
a2aaaee3d9
@ -5,7 +5,7 @@ with lib; mkCoqDerivation rec {
|
|||||||
owner = "DeepSpec";
|
owner = "DeepSpec";
|
||||||
inherit version;
|
inherit version;
|
||||||
defaultVersion = with versions; switch coq.coq-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;
|
] null;
|
||||||
release."4.0.0".sha256 = "0h5rhndl8syc24hxq1gch86kj7mpmgr89bxp2hmf28fd7028ijsm";
|
release."4.0.0".sha256 = "0h5rhndl8syc24hxq1gch86kj7mpmgr89bxp2hmf28fd7028ijsm";
|
||||||
releaseRev = v: "${v}";
|
releaseRev = v: "${v}";
|
||||||
|
Loading…
Reference in New Issue
Block a user