mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
coqPackages.coq-elpi: 2.5.0 -> 2.5.2
This commit is contained in:
parent
6d295c7e43
commit
b8b0db70c5
1 changed files with 3 additions and 2 deletions
|
@ -72,11 +72,11 @@ let
|
|||
defaultVersion = lib.switch coq.coq-version [
|
||||
{
|
||||
case = "9.0";
|
||||
out = "2.5.0";
|
||||
out = "2.5.2";
|
||||
}
|
||||
{
|
||||
case = "8.20";
|
||||
out = "2.5.0";
|
||||
out = "2.5.2";
|
||||
}
|
||||
{
|
||||
case = "8.19";
|
||||
|
@ -115,6 +115,7 @@ let
|
|||
out = "1.6.3_8.11";
|
||||
}
|
||||
] null;
|
||||
release."2.5.2".sha256 = "sha256-lLzjPrbVB3rrqox528YiheUb0u89R84Xmrgkn0oplOs=";
|
||||
release."2.5.0".sha256 = "sha256-Z5xjO83X/ZoTQlWnVupGXPH3HuJefr57Kv128I0dltg=";
|
||||
release."2.4.0".sha256 = "sha256-W2+vVGExLLux8e0nSZESSoMVvrLxhL6dmXkb+JuKiqc=";
|
||||
release."2.3.0".sha256 = "sha256-XVOI+s8Qpa7f17+Xq0y7IGPLFeJqo+cDcd3zfMuO7UU=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue