mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #24123 from mdaiter/couchDBUpgrade
couchdb: R16 -> R17
This commit is contained in:
commit
8d8fda19b7
@ -10531,7 +10531,7 @@ with pkgs;
|
||||
spidermonkey = spidermonkey_1_8_5;
|
||||
python = python27;
|
||||
sphinx = python27Packages.sphinx;
|
||||
erlang = erlangR16;
|
||||
erlang = erlangR17;
|
||||
};
|
||||
|
||||
couchdb2 = callPackage ../servers/http/couchdb/2.0.0.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user