Commit Graph

234364 Commits

Author SHA1 Message Date
Matt Votava
fbaafd311b home-assistant: pin PyChromecast 2020-07-15 07:28:50 -07:00
Sarah Brofeldt
e3ad2582a9
Merge pull request #92955 from etu/relax-additional-hass-dep
home-assistant: Fix dependency restriction
2020-07-12 12:45:51 +02:00
Justin Humm
c2bacafeb9
Merge pull request #90591 from puzzlewolf/sequoia_0.17
sequoia: 0.16.0 -> 0.17.0
2020-07-12 12:27:48 +02:00
Florian Klink
3b2b3f7c53 nixos/systemd: add missing defaults, make options nullable
Otherwise evaluation will fail if these are not set.
2020-07-12 12:16:26 +02:00
Oleksii Filonenko
a2e8547c36
Merge pull request #92913 from equirosa/lazygit
lazygit: 0.20.4 -> 0.20.5
2020-07-12 12:37:10 +03:00
Oleksii Filonenko
e930b836e6
Merge pull request #92972 from r-ryantm/auto-update/fluxctl
fluxctl: 1.19.0 -> 1.20.0
2020-07-12 12:36:11 +03:00
Justin Humm
19cf9923bb
Merge pull request #92937 from RaghavSood/ipfs-migrator/1.6.3
ipfs-migrator: 1.5.1 -> 1.6.3
2020-07-12 11:22:22 +02:00
Florian Klink
b7ff71a90c
Merge pull request #92933 from RaghavSood/bug/92910
nixos/users-groups: fix mkChangedOptionModule for root password hash
2020-07-12 10:11:43 +02:00
Florian Klink
94dc0c006e
Merge pull request #92759 from mdlayher/mdl-systemd-watchdog
nixos/systemd: add options for hardware watchdog management
2020-07-12 09:35:25 +02:00
Daniël de Kok
2611e96bf3 python3Packages.pytorch: create separate lib output
At some point pytorch.dev was added to expose the libtorch headers and
libraries to non-Python users of libtorch. However, this output
currently has two disadvantages:

1. An application that compiles against the dev output will also have
   the libtorch header files in its closure. This is not so nice when
   e.g. building Docker images of applications that use libtorch.
2. The dev output has a large transitive closure with many dependencies
   that are not necessary when compiling against libtorch.

This change adds the `lib` output so that applications that only link
against libtorch libraries have a small closure.

Before this change, the libtorch dependency adds 746MiB:

% nix path-info -S `realpath result-dev`
/nix/store/10rmy81bjk628sfpbj2szxlws6brq1xn-python3.8-pytorch-1.5.1-dev   782203848

With this change it is reduced to 196MiB:

% nix path-info -S `realpath result-lib`
/nix/store/bck65lf0z7gdhcf89w1zs5nz333lhgwa-python3.8-pytorch-1.5.1-lib   205865056
2020-07-12 08:34:19 +02:00
Daniël de Kok
11cdfc0424
Merge pull request #91809 from danieldk/maturin-0.8.2
maturin: 0.8.1 -> 0.8.2
2020-07-12 07:42:37 +02:00
Daniël de Kok
a36e044be2
Merge pull request #92957 from lopsided98/qgroundcontrol-update
qgroundcontrol: 4.0.8 -> 4.0.9
2020-07-12 07:37:29 +02:00
Daniël de Kok
4c40111f1d maturin: 0.8.1 -> 0.8.2
The changelog is not updated, so this has to do:

https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
R. RyanTM
d0816b2c0f fluxctl: 1.19.0 -> 1.20.0 2020-07-12 05:17:21 +00:00
misuzu
386ebbccf0
pythonPackages.maxminddb: 1.5.2 -> 1.5.4 (#92793) 2020-07-12 00:16:20 -04:00
Raghav Sood
23e259cf7d
nixos/users-groups: fix mkChangedOptionModule for root password hash 2020-07-12 02:06:22 +00:00
Florian Klink
9a3c1892ee
Merge pull request #92879 from matthuszagh/glasgow
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
2020-07-12 00:26:48 +02:00
Florian Klink
8c0708f0bb
Merge pull request #91424 from i077/restic-rclone-opts
nixos/restic: Add rclone options
2020-07-11 23:57:47 +02:00
Matt Huszagh
3a8c2f71a0 python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
Includes new analyzer applet.
2020-07-11 14:49:16 -07:00
Matt Huszagh
e8fe2e631f python3Packages.fx2: unstable-2020-01-25 -> 0.9 2020-07-11 14:49:07 -07:00
Florian Klink
4b18e4cef6
Merge pull request #92789 from bachp/ocrmypdf-10.2.0
ocrmypdf: 9.8.2 -> 10.2.0
2020-07-11 23:45:36 +02:00
Michele Guerini Rocco
54d7b36a9e
Merge pull request #92899 from r-ryantm/auto-update/randomX
randomx: 1.1.7 -> 1.1.8
2020-07-11 23:12:32 +02:00
Sarah Brofeldt
abaf8a9bf0
Merge pull request #92931 from vbgl/ocaml-lambdasoup-0.7.1
ocamlPackages.lambdasoup: 0.6.3 -> 0.7.1
2020-07-11 22:48:45 +02:00
Sarah Brofeldt
30e9b02afe
Merge pull request #87052 from acowley/hwdata
hwdata: 0.316 -> 0.335
2020-07-11 22:42:59 +02:00
Sarah Brofeldt
aca3de5c13
Merge pull request #92482 from mmilata/mixxx-2.2.4
mixxx: 2.2.3 -> 2.2.4
2020-07-11 22:35:15 +02:00
John Ericson
fdbcba838e
Merge pull request #92961 from lopsided98/stdenv-system-fix
stdenv: correctly make `stdenv.system` refer to the host platform
2020-07-11 16:19:55 -04:00
Ben Wolsieffer
18c8866f77 stdenv: correctly make stdenv.system refer to the host platform
This was supposed to be done in 773233ca771a, but was not due to a small
mistake.
2020-07-11 16:06:08 -04:00
Ben Wolsieffer
248d460d6f console-bridge: 1.0.0 -> 1.0.1 2020-07-11 22:00:48 +02:00
Vladyslav M
555a4e9eb3
Merge pull request #92906 from r-ryantm/auto-update/stig
stig: 0.11.0a -> 0.11.2a0
2020-07-11 22:59:41 +03:00
Ben Wolsieffer
060c1ef6a5 qgroundcontrol: 4.0.8 -> 4.0.9 2020-07-11 15:27:23 -04:00
Elis Hirwing
df8552e534
home-assistant: Fix dependency restriction 2020-07-11 21:18:48 +02:00
Pascal Bach
8076db33e9 ocrmypdf: 9.8.2 -> 10.2.0 2020-07-11 21:09:57 +02:00
Maximilian Bosch
3970e7a1c0
gitea: 1.12.1 -> 1.12.2
https://github.com/go-gitea/gitea/releases/tag/v1.12.2
2020-07-11 21:06:59 +02:00
Elis Hirwing
1a5709c74a
Merge pull request #92895 from r-ryantm/auto-update/python3.7-voluptuous-serialize
python37Packages.voluptuous-serialize: 2.3.0 -> 2.4.0
2020-07-11 20:58:45 +02:00
Elis Hirwing
f7334cad42
Merge pull request #92801 from mvnetbiz/fix-zigbee
home-assistant: fix zha in home-assistant
2020-07-11 20:54:29 +02:00
Simon Lackerbauer
7b4e73294f
atlassian-confluence: 7.5.1 -> 7.6.0 (#92923)
* confluence: 7.5.1 -> 7.5.2

* atlassian-confluence: 7.5.2 -> 7.6.0
2020-07-11 18:37:25 +00:00
Daniël de Kok
318a8b44cb
Merge pull request #92951 from marsam/update-jetbrains-mono
jetbrains-mono: 1.0.6 -> 2.000
2020-07-11 20:34:08 +02:00
Franz Pletz
e0cc08b81e
Merge pull request #92922 from ciil/jira-update
atlassian-jira: 8.9.0 -> 8.10.0
2020-07-11 20:31:53 +02:00
Mario Rodas
b6b8f3993c
Merge pull request #92905 from marsam/fix-pillow-darwin
python27Packages.pillow: fix build on darwin
2020-07-11 13:22:58 -05:00
Daniël de Kok
e8d7851e00
Merge pull request #92943 from minijackson/cargo-inspect-0.10.3
cargo-inspect: 0.10.1 -> 0.10.3
2020-07-11 20:09:27 +02:00
Franz Pletz
a8fd3c7edd
Merge pull request #85074 from Emantor/fix/boot_kernel_module
boot.initrd.luks: remove x86_64/i586 AES modules
2020-07-11 19:20:32 +02:00
Milan Pässler
67504da51e netifd: unstable-2020-01-18 -> unstable-2020-07-11 2020-07-11 19:08:52 +02:00
Milan Pässler
915d2fa8cb uci: unstable-2020-01-27 -> unstable-2020-04-27 2020-07-11 19:05:46 +02:00
Milan Pässler
f23acc03cf tipp10: 3.1.0 -> 3.2.0 2020-07-11 19:01:19 +02:00
Milan Pässler
553859d142 mumble: 1.3.1 -> 1.3.2 2020-07-11 18:54:34 +02:00
Milan Pässler
38c590a7de coreboot-utils: 4.11 -> 4.12 2020-07-11 18:50:21 +02:00
Olli Helenius
0877879d0c
jetbrains.jdk: 11.0.6-b774 -> 11.0.7-b64 (#92837) 2020-07-11 18:46:49 +02:00
Maximilian Bosch
db2a5bf3b9
Merge pull request #92928 from etu/php72-update
php72: 7.2.31 -> 7.2.32
2020-07-11 18:27:37 +02:00
Maximilian Bosch
f510162d69
Merge pull request #92927 from etu/php73-update
php73: 7.3.19 -> 7.3.20
2020-07-11 18:27:22 +02:00
Maximilian Bosch
07259412f3
Merge pull request #92706 from Ma27/bump-matrix-synapse
matrix-synapse: 1.15.2 -> 1.16.1
2020-07-11 18:27:00 +02:00