Commit graph

216864 commits

Author SHA1 Message Date
talyz bb7ad853fb nixos/haproxy: Revive the haproxy user and group
Running haproxy with "DynamicUser = true" doesn't really work, since
it prohibits specifying a TLS certificate bundle with limited
permissions. This revives the haproxy user and group, but makes them
dynamically allocated by NixOS, rather than statically allocated. It
also adds options to specify which user and group haproxy runs as.
2020-03-11 19:52:37 +01:00
Maximilian Bosch 9f3ae18145
Merge pull request #82281 from bhipple/u/rust-cargo-licensor
licensor: upgrade cargo fetcher and cargoSha256
2020-03-11 19:46:21 +01:00
Eduardo Quiros 9caf1a87a1
vimPlugins: Update 2020-03-11 12:43:45 -06:00
Silvan Mosberger fc2b132c94
Merge pull request #82326 from mmilata/rename-fix-module-path
nixos: fix module paths in rename.nix
2020-03-11 19:35:40 +01:00
Johannes Schleifenbaum aac3717ff4 jellyfin-mpv-shim: init at 1.4.1 2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum e0a0263d44 pythonPackages.pywebview: init at 3.2 2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum 004325edce pythonPackages.pystray: init at 0.15.0 2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum fc51ceec8a pythonPackages.jellyfin-apiclient-python: init at 1.4.0 2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum 57f93c1df8 pythonPackages.python-mpv-jsonipc: 1.1.6 -> 1.1.7 2020-03-11 10:55:46 -07:00
R. RyanTM dcd85d0023 python27Packages.gphoto2: 2.1.0 -> 2.2.1 2020-03-11 10:16:10 -07:00
zowoq 982b4da76d
gnomeExtensions.paperwm: init at 36.0 (#81785) 2020-03-11 17:25:05 +01:00
Cyril Cohen cf210c082d coqPackages.hierarchy-builder: init at 0.9.0 2020-03-11 17:15:52 +01:00
Antonio Nuno Monteiro c9fc7a2a9c dune: 2.3.1 -> 2.4.0 2020-03-11 17:14:52 +01:00
xaverdh 5ac085c3cc
wxmaxima: 18.02.0 -> 20.02.4 (#82323)
The commit description is 18.02.0 -> 20.02.4, because in the last version bump (1c6a193b3e), the version string was changed, but the hash was not.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-03-11 12:07:53 -04:00
eyjhbb@gmail.com f88cd71e96 flexget: readd transmissionrpc 2020-03-11 16:30:32 +01:00
Mario Rodas 51dc179535 lazygit: 0.15.7 -> 0.16.2 2020-03-11 16:00:04 +01:00
Martin Milata d08ede042b nixos: fix module paths in rename.nix 2020-03-11 15:59:22 +01:00
Mario Rodas e2212aee7e ocamlPackages.eigen: fix build on darwin 2020-03-11 15:04:57 +01:00
Maximilian Bosch 569d6d0fb1
Merge pull request #82288 from Luflosi/kitty-man-page-darwin
kitty: install man page on Darwin
2020-03-11 14:55:35 +01:00
R. RyanTM 8b0c2cdfa9 postman: 7.19.1 -> 7.20.0 2020-03-11 13:42:33 +00:00
Jan Tojnar 9c4f24a63e
meson: add jtojnar to maintainers 2020-03-11 13:53:15 +01:00
Michele Guerini Rocco 9d59f38030
Merge pull request #82301 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 43.0.0 -> 44.0.0
2020-03-11 13:48:58 +01:00
Mario Rodas ceee3a79f1
Merge pull request #82285 from colemickens/nixpkgs-cfdyndns
cfdyndns: v0.0.1 -> v0.0.3
2020-03-11 07:47:49 -05:00
Mario Rodas 8326a91311
Merge pull request #82297 from marsam/update-docker-slim
docker-slim: 1.28.0 -> 1.28.1
2020-03-11 07:46:23 -05:00
Mario Rodas 9bff729be7
Merge pull request #82307 from marsam/update-jetbrains-mono
jetbrains-mono: 1.0.3 -> 1.0.4
2020-03-11 07:45:10 -05:00
Thomaz Leite 704e60443a hobbes: init at unstable-2020-03-10 2020-03-11 09:06:09 -03:00
Thomaz Leite 063795f3f5 maintainers: add thmzlt 2020-03-11 09:03:28 -03:00
Bas van Dijk 479da57962
Merge pull request #81819 from ggreif/llvm-10
llvmPackages_10: rc2 -> rc3
2020-03-11 12:46:06 +01:00
Jörg Thalheim 3ed91d2f60
homeassistant: 0.106.1 -> 0.106.6 2020-03-11 11:02:57 +00:00
Jörg Thalheim 93a0ec6b59
home-assistant: fix parse-requirements.py for newer home-assistant versions 2020-03-11 10:56:24 +00:00
R. RyanTM 8ec473fbc9 pcsctools: 1.5.5 -> 1.5.6 2020-03-11 10:48:17 +00:00
Benjamin Hipple 5f77ff6384
buildGoModule: passthru the modSha256 (#82027)
The builder does not technically need the modSha256 of the vendor dir, and even
though we pass it the entire vendor dir it makes sense not to risk having an
accidental dependency on that variable.

However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update)
need to inspect the `modSha256` of a package in order to be able to update them,
and since this is a real part of the package (describes info about its
dependencies) let's add it to `passthru`.

Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256`
to get the current value, which is how the bot finds it to replace with the new
version in the Rust ecosystem.
2020-03-11 09:52:07 +00:00
Florian Klink 3d1079a20d nixos/zerotierone: switch from manually generating the .link file to use the 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.
2020-03-11 10:21:37 +01:00
Florian Klink 36ef112a47 nixos/networkd: respect systemd.network.links also with disabled systemd-networkd
This mirrors the behaviour of systemd - It's udev that parses `.link`
files, not `systemd-networkd`.
2020-03-11 10:21:37 +01:00
Félix Baylac-Jacqué 1115959a8d tests/networking: remove pkgs.lib usages. 2020-03-11 10:21:37 +01:00
Edward Tjörnhammar b155a62dad nixos/lightdm-tiny-greeter: init module 2020-03-11 08:12:35 +00:00
Edward Tjörnhammar b450c025d1 lightdm-tiny-greeter: init at 1.2 2020-03-11 08:12:35 +00:00
Mario Rodas 63a92927cb
jetbrains-mono: 1.0.3 -> 1.0.4
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.4
2020-03-11 02:20:00 -05:00
Sarah Brofeldt 9093928444
Merge pull request #81941 from volth/patch-390
tests/kubernetes: remove unreferenced variable and import from inexisting file
2020-03-11 07:45:33 +01:00
Sarah Brofeldt 9979ce4f1d
Merge pull request #80443 from johanot/kubernetes-1.17-master
kubernetes: 1.16.5 -> 1.17.3
2020-03-11 07:34:37 +01:00
R. RyanTM e3e53adc35 moodle: 3.8.1 -> 3.8.2 2020-03-11 05:46:33 +00:00
R. RyanTM b310986a9e mkvtoolnix: 43.0.0 -> 44.0.0 2020-03-11 05:21:25 +00:00
Jan Tojnar 6bba9428d9
Merge pull request #81431 from jtojnar/malcontent-0.6
malcontent: 0.4.0 → 0.6.0
2020-03-11 04:08:59 +01:00
R. RyanTM 9e0cfc5099 librelp: 1.4.0 -> 1.5.0 2020-03-11 02:03:33 +00:00
Mario Rodas 10bb154987
Merge pull request #82238 from Synthetica9/vscode1430
vscode, vscodium: 1.42.1 -> 1.43.0
2020-03-10 20:28:36 -05:00
Mario Rodas 6d5fddac24
Merge pull request #81992 from marsam/init-git-trim
gitAndTools.git-trim: init at 0.2.3
2020-03-10 20:15:12 -05:00
Aaron Andersen 40b9decdc3
Merge pull request #82202 from r-ryantm/auto-update/tome4
tome4: 1.6.6 -> 1.6.7
2020-03-10 20:38:18 -04:00
Aaron Andersen d2ac2ec412
Merge pull request #81807 from r-ryantm/auto-update/logrotate
logrotate: 3.15.1 -> 3.16.0
2020-03-10 20:35:14 -04:00
Will Dietz d847032478
Merge pull request #81613 from prusnak/libfido2
libfido2: change dependency from libressl to openssl
2020-03-10 19:31:28 -05:00
Timo Kaufmann 6687d1e638
Merge pull request #82239 from timokau/symmetrica-3.0.1
symmetrica: 2.0 -> 3.0.1
2020-03-10 23:57:19 +00:00