Skip to content

Commit dc9ccaf

Browse files
proux01vbgl
authored andcommitted
coqPackages/coquelicot: 3.4.2 -> 3.4.3
1 parent e09c5f4 commit dc9ccaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/coq-modules/coquelicot/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mkCoqDerivation {
1515
defaultVersion =
1616
with lib.versions;
1717
lib.switch coq.coq-version [
18+
{
19+
case = range "8.12" "9.0";
20+
out = "3.4.3";
21+
}
1822
{
1923
case = range "8.12" "8.20";
2024
out = "3.4.2";
@@ -40,6 +44,7 @@ mkCoqDerivation {
4044
out = "3.0.2";
4145
}
4246
] null;
47+
release."3.4.3".sha256 = "sha256-bzzAIENU2OYTtmdBU9Xw8zyBvz9vqTiqjWSm7RnXXRA=";
4348
release."3.4.2".sha256 = "sha256-aBTF8ZKu67Rb3ryCqFyejUXf/65KgG8i5je/ZMFSrj4=";
4449
release."3.4.1".sha256 = "sha256-REhvIBl3EaL8CQqI34Gn7Xjf9NhPI3nrUAO26pSLbm0=";
4550
release."3.4.0".sha256 = "sha256-LIj2SwTvVBxSAO58VYCQix/uxQQe8ey6hqFOSh3PNcg=";

0 commit comments

Comments
 (0)