about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* petsc: 3.8.4 -> 3.12.4wucke132020-03-13
| | | | + add cxx flag to configure, because getdp needs it
* opentimestamps-client: 0.6.0 -> 0.7.0Erik Arvstedt2020-03-13
| | | | The extra git check input and the patch aren't needed anymore.
* boost: remove versions 1.62, 1.63, and 1.64Benjamin Hipple2020-03-13
| | | | | These are relatively old, expensive to compile/cache, and not used by any packages in the distribution.
* ums: 6.2.2 -> 9.1.0snicket21002020-03-13
| | | | | | | | | | Removing the packaged JRE so that `jre8` gets used. Patchelf fails on `tsMuxeR` and `tsMuxeR-new`, but this doesn't make it any worse comparing to 6.2.2 where is also failed, so I am assuming fixing it is out of scope of this pr. The only difference is that the new UMS version correctly identifies that `tsMuxeR` doesn't work, comparing to the previous one.
* Merge pull request #78783 from simson/update/python-modules/i3ipcSilvan Mosberger2020-03-13
|\ | | | | i3ipc: 1.6.0 -> 2.1.1
| * i3ipc: 1.6.0 -> 2.1.1Siméon Marijon2020-03-13
| |
* | firejail: system package on `programs.firejail.enable`snicket21002020-03-13
| | | | | | | | | | this way the man page etc. becomes available if we enable firejail with `programs.firejail.enable = true`
* | ceph: 14.2.6 -> 14.2.7Sarah Brofeldt2020-03-13
| |
* | polybar: remove doing nothing postConfigureDoron Behar2020-03-13
| |
* | nfpm: 1.1.10 -> 1.2.0Mario Rodas2020-03-13
| |
* | zola: 0.10.0 -> 0.10.1Mario Rodas2020-03-13
| |
* | Merge pull request #82194 from r-ryantm/auto-update/sg3_utilsMario Rodas2020-03-12
|\ \ | | | | | | sg3_utils: 1.44 -> 1.45
| * | sg3_utils: 1.44 -> 1.45R. RyanTM2020-03-09
| | |
* | | Merge pull request #82193 from r-ryantm/auto-update/sdparmMario Rodas2020-03-12
|\ \ \ | | | | | | | | sdparm: 1.10 -> 1.11
| * | | sdparm: 1.10 -> 1.11R. RyanTM2020-03-09
| |/ /
* | | verilator: 4.028 -> 4.030R. RyanTM2020-03-12
| | |
* | | Merge pull request #82396 from marsam/update-pgroongaMario Rodas2020-03-12
|\ \ \ | | | | | | | | postgresqlPackages.pgroonga: 2.2.2 -> 2.2.5
| * | | postgresqlPackages.pgroonga: 2.2.2 -> 2.2.5Mario Rodas2020-03-12
| | | |
* | | | nixos/manual: fix buildMaximilian Bosch2020-03-13
| | | |
* | | | Merge pull request #82454 from zowoq/fzfMaximilian Bosch2020-03-13
|\ \ \ \ | | | | | | | | | | fzf: 0.21.0 -> 0.21.0-1
| * | | | fzf: 0.21.0 -> 0.21.0-1zowoq2020-03-13
|/ / / /
* | | | nixos/python-test-driver: allow single char as hostName and fix misleading ↵Maximilian Bosch2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | error-message In case of invalid chars, the error-message references "perl variables" which is not the case here as the python-based framework is used.
* | | | texstudio: 2.12.20 -> 2.12.22ajs1242020-03-12
| | | | | | | | | | | | | | | | also add myself as maintainer
* | | | jost: 3.3 -> 3.5Will Dietz2020-03-12
| | | | | | | | | | | | | | | | | | | | https://github.com/indestructible-type/Jost/releases/tag/3.5 https://github.com/indestructible-type/Jost/releases/tag/3.4
* | | | metals: 0.7.6 -> 0.8.1Olli Helenius2020-03-12
| | | |
* | | | trilium: 0.39.4 -> 0.40.3Christian Kampka2020-03-12
| | | |
* | | | maintainers: fix wrong capitalization of githubId (#82446)Martin Milata2020-03-12
| | | |
* | | | Merge pull request #70157 from teto/lib_kernelSilvan Mosberger2020-03-12
|\ \ \ \ | | | | | | | | | | Add lib.kernel
| * | | | lib.kernel: scoped whenXXX helpersMatthieu Coudron2019-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | whenAtLeast/whenBetween are made available in lib/kernel.nix but are now scoped under whenXXX.
| * | | | lib.kernel: make publicMatthieu Coudron2019-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the "version" parameter in order to make it more widely available. Starts making some kernel configuration helpers available. The intent is to be able to better build and check the linux kernel configuration.
* | | | | Merge pull request #82310 from flokli/systemd-network-link-no-networkdFlorian Klink2020-03-12
|\ \ \ \ \ | | | | | | | | | | | | nixos/systemd: apply .link even when networkd is disabled
| * | | | | nixos/zerotierone: switch from manually generating the .link file to use the ↵Florian Klink2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module Previously, systemd.network.links was only respected with networkd enabled, but it's really udev taking care of links, no matter if networkd is enabled or not. With our module fixed, there's no need to manually manage the text file anymore.
| * | | | | nixos/networkd: respect systemd.network.links also with disabled ↵Florian Klink2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd-networkd This mirrors the behaviour of systemd - It's udev that parses `.link` files, not `systemd-networkd`.
| * | | | | tests/networking: remove pkgs.lib usages.Félix Baylac-Jacqué2020-03-11
| | | | | |
* | | | | | prometheus-pushgateway: 0.8.0 -> 1.2.0Maximilian Bosch2020-03-12
| | | | | |
* | | | | | Merge pull request #82382 from Frostman/docker-19.03.8Maximilian Bosch2020-03-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | docker: 19.03.7 -> 19.03.8
| * | | | | | docker: 19.03.7 -> 19.03.8Sergey Lukjanov2020-03-11
| | | | | | |
* | | | | | | Merge pull request #82421 from r-ryantm/auto-update/i3lock-colorMaximilian Bosch2020-03-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | i3lock-color: 2.12.c -> 2.12.c.1
| * | | | | | | i3lock-color: 2.12.c -> 2.12.c.1R. RyanTM2020-03-12
| | | | | | | |
* | | | | | | | Merge pull request #76739 from symphorien/mail_pluginsLéo Gaspard2020-03-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/dovecot: add an option to enable mail_plugins
| * | | | | | | | dovecot: add missing descriptionsSymphorien Gibol2020-01-28
| | | | | | | | |
| * | | | | | | | nixos/modules/services/mail/dovecot.nix: nixpkgs-fmtSymphorien Gibol2020-01-28
| | | | | | | | |
| * | | | | | | | Update nixos/modules/services/mail/dovecot.nixsymphorien2020-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
| * | | | | | | | nixos/dovecot: add an option to enable mail_pluginsSymphorien Gibol2020-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motivation: if enableQuota is true, mail plugins cannot be enabled in extraConfig because of the problem described here: https://doc.dovecot.org/configuration_manual/config_file/config_file_syntax/#variable-expansion doveconf: Warning: /etc/dovecot/dovecot.conf line 8: Global setting mail_plugins won't change the setting inside an earlier filter at /etc/dovecot/dovecot.conf line 5 (if this is intentional, avoid this warning by moving the global setting before /etc/dovecot/dovecot.conf line 5)
* | | | | | | | | Merge pull request #80141 from symphorien/scrubLéo Gaspard2020-03-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/btrfs: make autoScrub not prevent shutdown or suspend
| * | | | | | | | | nixos/btrfs: make autoScrub not prevent shutdown or suspendSymphorien Gibol2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #79086 #79017
* | | | | | | | | | Merge pull request #81559 from symphorien/pantalaimonLéo Gaspard2020-03-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pantalaimon: 0.4 -> 0.5.1
| * | | | | | | | | | pantalaimon: 0.4 -> 0.5.1Symphorien Gibol2020-03-02
| | | | | | | | | | |
| * | | | | | | | | | python3Packages.matrix-nio: 0.7.1 -> 0.8.0Symphorien Gibol2020-03-02
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #82187 from symphorien/paperwork-updateLéo Gaspard2020-03-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Paperwork update