coqPackages.simple-io: enable for Coq 8.16

This commit is contained in:
Vincent Laporte
2022-06-13 11:29:20 +02:00
committed by Vincent Laporte
parent 31648f5f8e
commit 476cb5b0c7
@@ -6,7 +6,7 @@ with lib; mkCoqDerivation {
repo = "coq-simple-io";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.11" "8.15"; out = "1.7.0"; }
{ case = range "8.11" "8.16"; out = "1.7.0"; }
{ case = range "8.7" "8.13"; out = "1.3.0"; }
] null;
release."1.7.0".sha256 = "sha256:1a1q9x2abx71hqvjdai3n12jxzd49mhf3nqqh3ya2ssl2lj609ci";