Evan Stoll
34f096d012
diskonaut: 0.3.0 -> 0.9.0
...
remove special handling for checkPhase
Diskonaut now measures file sizes consistently and tests can be run
without modification
discussion: https://github.com/imsnif/diskonaut/issues/50
implementation: https://github.com/imsnif/diskonaut/pull/66
2020-07-12 15:28:47 -04:00
Daniël de Kok
e5ad886adf
Merge pull request #93010 from f4814/wofi-manpages
...
wofi: Package manpages
2020-07-12 20:52:14 +02:00
Maximilian Bosch
7777d625b7
Merge pull request #93009 from matthiasbeyer/update-mutt
...
mutt: 1.14.5 -> 1.14.6
2020-07-12 20:48:37 +02:00
Herwig Hochleitner
9efcb767da
webtorrent_desktop: 0.20.0 -> 0.21.0
...
Fix build
This reverts commit c255b0fa45
.
2020-07-12 20:07:15 +02:00
Fabian Geiselhart
3518436b92
bpm-tools: Specify dependencies and wrap executables
2020-07-12 19:46:21 +02:00
Michael Weiss
99ab9545b2
gns3-{gui,server}: 2.2.9 -> 2.2.11
2020-07-12 19:17:43 +02:00
Michael Weiss
bab982e5ec
gns3-{gui,server}: 2.2.8 -> 2.2.9
...
Note: This update is pretty delayed as it was initially blocked by
sentry-sdk being too old and breaking Python changes from staging.
2020-07-12 18:50:01 +02:00
Matthias Beyer
6d46aee695
mutt: 1.14.5 -> 1.14.6
...
Sorry that the update took so long this time, I had a party-weekend when
the release came out.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-07-12 18:07:08 +02:00
Maximilian Bosch
83182f4936
Merge pull request #92949 from petabyteboy/feature/jetbrains-update
...
jetbrains: update
2020-07-12 16:40:09 +02:00
Ryan Mulligan
ac6ff9fdc9
Merge pull request #92727 from r-ryantm/auto-update/syncthing-discovery
...
syncthing-discovery: 1.6.1 -> 1.7.0
2020-07-12 07:35:54 -07:00
Fabian Geiselhart
42b7f16c14
wofi: Package manpages
2020-07-12 16:21:46 +02:00
José Romildo Malaquias
8ce24b220a
Merge pull request #92973 from r-ryantm/auto-update/font-manager
...
font-manager: 0.7.7 -> 0.7.8
2020-07-12 10:30:33 -03:00
José Romildo Malaquias
12b586a6aa
Merge pull request #92979 from r-ryantm/auto-update/iconpack-jade
...
iconpack-jade: 1.22 -> 1.23
2020-07-12 10:24:18 -03:00
José Romildo Malaquias
bb834be299
Merge pull request #90221 from gnidorah/cdetheme
...
cde-gtk-theme: small adjustments
2020-07-12 10:15:31 -03:00
Michael Weiss
fc2a4610a1
vaapiIntel: Refactor and improve the build expression ( #92996 )
...
This doesn't cause any changes to the contents of the output path (apart
from the $out reference changing due to the modified expression).
2020-07-12 14:29:18 +02:00
R. RyanTM
eeab7d4a2f
vaapiIntel: 2.4.0 -> 2.4.1 ( #89983 )
2020-07-12 13:08:51 +02: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
R. RyanTM
880e8452e5
iconpack-jade: 1.22 -> 1.23
2020-07-12 06:44:39 +00: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
8062c276a8
font-manager: 0.7.7 -> 0.7.8
2020-07-12 05:24:35 +00: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 773233ca77
, 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