mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixos/unifi-video: bump default mongodb version
This commit is contained in:
parent
83481b8708
commit
3a8a14d894
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ in
|
|||
|
||||
mongodbPackage = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.mongodb-4_0;
|
||||
default = pkgs.mongodb-4_2;
|
||||
defaultText = literalExpression "pkgs.mongodb";
|
||||
description = lib.mdDoc ''
|
||||
The mongodb package to use.
|
||||
|
|
Loading…
Reference in a new issue