mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
coqPackages_8_19.paco
This commit is contained in:
parent
c61980d92b
commit
b57a1c6934
|
@ -5,7 +5,7 @@ mkCoqDerivation {
|
|||
owner = "snu-sf";
|
||||
inherit version;
|
||||
defaultVersion = with lib.versions; lib.switch coq.coq-version [
|
||||
{ case = range "8.13" "8.18"; out = "4.2.0"; }
|
||||
{ case = range "8.13" "8.19"; out = "4.2.0"; }
|
||||
{ case = range "8.12" "8.17"; out = "4.1.2"; }
|
||||
{ case = range "8.9" "8.13"; out = "4.1.1"; }
|
||||
{ case = range "8.6" "8.13"; out = "4.0.2"; }
|
||||
|
|
Loading…
Reference in a new issue