coqPackages.LibHyps: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-06-03 14:01:04 +02:00 committed by Vincent Laporte
parent e09c29e9e6
commit 7d14828292

View file

@ -5,7 +5,7 @@ mkCoqDerivation {
pname = "LibHyps";
owner = "Matafou";
inherit version;
defaultVersion = if (versions.range "8.11" "8.15") coq.version then "2.0.4.1" else null;
defaultVersion = if (versions.range "8.11" "8.16") coq.version then "2.0.4.1" else null;
release = {
"2.0.4.1".sha256 = "09p89701zhrfdmqlpxw3mziw8yylj1w1skb4b0xpbdwd1vsn4k3h";
};