about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-27rambox: 0.7.4 -> 0.7.5Maximilian Bosch1-3/+3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-26nootka: init at 1.4.7, init unstable at 1.7.0-beta1Orivej Desh3-0/+67
2020-03-26nixos/rigel: Fix evaluationSamuel Dionne-Riel1-1/+1
2020-03-26mautrix-whatsapp: 2020-02-09 -> 2020-03-26Maximilian Bosch1-4/+4
2020-03-26tony: init at 2.1.1Orivej Desh2-0/+39
2020-03-26muse: fix parallel buildingOrivej Desh1-0/+15
2020-03-26qtractor: enable parallel buildingOrivej Desh1-0/+2
2020-03-26vamp-plugin-sdk: 2.7.1 -> 2.9Orivej Desh1-6/+8
2020-03-26vamp-plugin-sdk: rename from vamp.vampSDKOrivej Desh9-54/+42
2020-03-26Merge pull request #83409 from r-ryantm/auto-update/xscreensaverMichael Raskin1-3/+3
xscreensaver: 5.43 -> 5.44
2020-03-26signal-desktop: 1.32.2 -> 1.32.3Michael Weiss1-2/+2
2020-03-26python3Packages.rope: 0.14.0 -> 0.16.0Ben Darwin1-3/+3
2020-03-26Merge pull request #83389 from jonringer/add-xdgMatthieu Coudron5-13/+46
python3Packages.xdg: init at 4.0.1
2020-03-26mypy: 0.761 -> 0.770Daiderd Jordan1-2/+2
2020-03-26Merge pull request #83413 from jonringer/bump-argcompleteLancelot SIX1-8/+20
python3Packages.argcomplete: 1.10.3 -> 1.11.1
2020-03-26python3Packages.spacy_models: 2.2.0 -> 2.2.5Daniël de Kok1-30/+30
With the exception of xx_ent_wiki_sm, since it does not have a newer model available.
2020-03-26pythonPackages.qiskit-ibmq-provider: 0.4.5 -> 0.5.0Drew Risinger1-2/+4
2020-03-26pythonPackages.arrow: 0.15.4 -> 0.15.5Drew Risinger1-2/+2
2020-03-26pythonPackages.qiskit-ibmq-provider: init at 0.4.5Drew Risinger2-0/+65
Qiskit Provider for accessing the quantum devices and simulators at IBMQ. Requirement of qiskit package.
2020-03-26Merge pull request #40082 from jarjee/update/mongodbMaximilian Bosch12-88/+245
mongodb: 3.4.10 -> 4.0.12
2020-03-26python3Packages.argcomplete: 1.10.3 -> 1.11.1Jonathan Ringer1-8/+20
2020-03-26Revert "nixos-container: use systemd-run instead of nsenter"Maximilian Bosch1-4/+4
This reverts commit 7cb100b6833e020d4a4b25c3766cfde507e763e6. See also #83432. This appears to break at least the `container`-backend of `nixops`: when running `switch-to-configuration` within `nixos-container run`, the running `systemd`-instance gets reloaded which appears to kill the `systemd-run` command and causes `nixos-container run` to hang. The full issue is reported in the original PR[1]. [1] https://github.com/NixOS/nixpkgs/pull/67332#issuecomment-604145869 (cherry picked from commit 7f1ba606ac632c50efd33c435aa59e69d4f58acc)
2020-03-26ghc: 8.10.0.20200123 -> 8.10.1Domen Kožar1-3/+3
2020-03-26Merge pull request #63079 from dmvianna/inconsolata-nerdfont-2.0.0Ryan Mulligan3-0/+61
inconsolata-nerdfont: init at 2.0.0
2020-03-26Merge pull request #83428 from worldofpeace/rygel-confJan Tojnar1-0/+2
nixos/rygel: link rygel.conf
2020-03-26Merge pull request #83159 from khumba/pydfMatthew Bauer1-0/+6
pydf: install man page and default config file
2020-03-26Merge pull request #83423 from clkamp/aqbanking-6.1.1-fixNiklas Hambüchen1-1/+1
aqbanking: Fix download url because of upstream changes
2020-03-26Merge pull request #83274 from arianvp/patch-5worldofpeace1-1/+1
wire-desktop: Fix StartupWMClass
2020-03-26Merge pull request #83144 from nh2/conan-1.23.0Niklas Hambüchen3-26/+62
Conan 1.23.0
2020-03-26nixos/rygel: link rygel.confworldofpeace1-0/+2
Fixes https://github.com/NixOS/nixpkgs/issues/83108. In the future we should make this configurable.
2020-03-26Merge pull request #83424 from marsam/update-jetbrains-monoMario Rodas1-2/+2
jetbrains-mono: 1.0.4 -> 1.0.5
2020-03-26Merge pull request #80355 from thefloweringash/ghc-aarch64-llvmDomen Kožar1-1/+4
haskell.compiler.ghc822Binary: propagate llvm dependency
2020-03-26Merge pull request #83395 from marsam/update-pueueMario Rodas1-9/+5
pueue: 0.1.6 -> 0.2.1
2020-03-26nixos/release-notes: mention mongodb updateMaximilian Bosch1-0/+5
2020-03-26nixos/tests/mongodb: rewrite with pythonMaximilian Bosch1-9/+19
perl-based VM tests are deprecated.
2020-03-26mongodb: builds on aarch64 as wellMaximilian Bosch1-1/+0
2020-03-26mongodb: 3.4.22 -> 3.4.24 & fix sslThibault Gagnaux2-4/+3
Reverts previous ssl fix commit and updates the mongodb version which fixes the ssl compile problem on darwin.
2020-03-26mongodb-4_0: 4.0.11 -> 4.0.12Nathan Smyth4-6/+26
2020-03-26nixos/tests/mongodb: test against mongodb versions 3.4, 3.6, 4.0Nathan Smyth5-80/+94
Now has tests for 3.4, 3.6, 4.0. Has some duplication, but it appears to work on my machine.
2020-03-26mongodb: 3.4.20 -> 3.4.22, 3.6.12 -> 3.6.13, 4.0.9 -> 4.0.11Nathan Smyth6-35/+61
2020-03-26mongodb: split packages to expose 3.4, 3.6 and 4.0Nathan Smyth6-36/+114
2020-03-26mongodb: 3.4.10 -> 4.0.4Nathan Smyth3-20/+26
fix: Adding libtool to allow darwin compiles Libtool seems to be required for mongodb to compile on darwin. fix: Marking MongoDB as broken on aarch64 fix: Adding libtools to the pkg imports Update mongodb to 4.0.4
2020-03-26html-proofer: 3.15.1 -> 3.15.2Michael Weiss2-6/+6
2020-03-26aqbanking: Fix download url because of upstream changesChristian Lütke-Stetzkamp1-1/+1
2020-03-26gns3-{gui,server}: 2.2.5 -> 2.2.6 (#83422)Michael Weiss3-17/+17
2020-03-26python3Packages.py-cpuinfo: 4.0.0 -> 5.0.0 (#83420)Michael Weiss1-3/+10
2020-03-26Merge pull request #82929 from zimbatm/nixos-gerritzimbatm6-0/+347
nixos gerrit module
2020-03-26androidStudioPackages.{dev,canary}: 4.1.0.3 -> 4.1.0.4Michael Weiss1-3/+3
2020-03-26signal-desktop: 1.32.1 -> 1.32.2Michael Weiss1-2/+2
2020-03-26Merge pull request #83412 from dywedir/duiVladyslav M1-3/+3
dua: 2.3.1 -> 2.3.8