Skip to content

Commit c02bc17

Browse files
committed
coqPackages.simple-io: 1.8.0 → 1.10.0
1 parent 0650182 commit c02bc17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/coq-modules/simple-io/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
repo = "coq-simple-io";
77
inherit version;
88
defaultVersion = with lib.versions; lib.switch coq.coq-version [
9+
{ case = range "8.17" "8.20"; out = "1.10.0"; }
910
{ case = range "8.11" "8.19"; out = "1.8.0"; }
1011
{ case = range "8.7" "8.13"; out = "1.3.0"; }
1112
] null;
13+
release."1.10.0".sha256 = "sha256-67cBhLvRMWLWBL7NXK1zZTQC4PtSKu9qtesU4SqKkOw=";
1214
release."1.8.0".sha256 = "sha256-3ADNeXrBIpYRlfUW+LkLHUWV1w1HFrVc/TZISMuwvRY=";
1315
release."1.7.0".sha256 = "sha256:1a1q9x2abx71hqvjdai3n12jxzd49mhf3nqqh3ya2ssl2lj609ci";
1416
release."1.3.0".sha256 = "1yp7ca36jyl9kz35ghxig45x6cd0bny2bpmy058359p94wc617ax";
@@ -20,9 +22,7 @@
2022
doCheck = true;
2123
checkTarget = "test";
2224

23-
useDuneifVersion = v:
24-
(lib.versionAtLeast v "1.8.0" || v == "dev")
25-
&& (lib.versionAtLeast coq.version "8.20" || coq.version == "dev");
25+
useDuneifVersion = v: (lib.versionAtLeast v "1.10.0" || v == "dev");
2626

2727
passthru.tests.HelloWorld = callPackage ./test.nix {};
2828

0 commit comments

Comments
 (0)