Commit graph

231190 commits

Author SHA1 Message Date
R. RyanTM
02bbd55229 wkhtmltopdf: 0.12.5 -> 0.12.6 2020-06-17 12:02:50 -07:00
R. RyanTM
99d0aefab9 activemq: 5.15.12 -> 5.15.13 2020-06-17 12:01:59 -07:00
Lassulus
43fc4e0c2f
Merge pull request #76519 from erictapen/meli-init
meli: init at alpha-0.5.1
2020-06-17 20:59:18 +02:00
R. RyanTM
00c9983e02 terraform-providers.libvirt: 0.6.1 -> 0.6.2 2020-06-17 11:57:28 -07:00
R. RyanTM
47d8d4a54d nats-server: 2.1.0 -> 2.1.7 2020-06-17 11:55:47 -07:00
R. RyanTM
df7aef73f7 stella: 6.1.2 -> 6.2 2020-06-17 11:54:45 -07:00
R. RyanTM
778ffb0334 webhook: 2.6.8 -> 2.7.0 2020-06-17 11:53:57 -07:00
R. RyanTM
6326c02e0e telegraf: 1.14.3 -> 1.14.4 2020-06-17 11:47:23 -07:00
R. RyanTM
2c65581b4d ckbcomp: 1.194 -> 1.195 2020-06-17 11:45:37 -07:00
R. RyanTM
8a61274a5d alsaUtils: 1.2.2 -> 1.2.3 2020-06-17 11:44:21 -07:00
R. RyanTM
09a09c3aed bacula: 9.6.3 -> 9.6.5 2020-06-17 11:44:16 -07:00
R. RyanTM
5af11c6a0d vis: 0.5 -> 0.6 2020-06-17 11:43:58 -07:00
R. RyanTM
59e7c74f4c beancount: 2.2.3 -> 2.3.0 2020-06-17 11:41:48 -07:00
R. RyanTM
2ea468a8d5 asunder: 2.9.5 -> 2.9.6 2020-06-17 11:38:31 -07:00
Sergey Lukjanov
30efcbccff alertmanager: add Frostman to maintainers 2020-06-17 11:38:00 -07:00
Sergey Lukjanov
7449170e6b alertmanager: 0.20.0 -> 0.21.0 2020-06-17 11:37:38 -07:00
R. RyanTM
d588c2dcc5 geekbench: 5.1.1 -> 5.2.0 2020-06-17 11:36:42 -07:00
R. RyanTM
36f5cb2a88 amiri: 0.112 -> 0.113 2020-06-17 11:35:44 -07:00
Lassulus
43c3799914
Merge pull request #86572 from r-ryantm/auto-update/heimer
heimer: 1.15.1 -> 1.16.0
2020-06-17 20:34:00 +02:00
R. RyanTM
ec13b27348 gmm: 5.3 -> 5.4 2020-06-17 11:09:03 -07:00
R. RyanTM
03ff03db4f freetds: 1.1.40 -> 1.1.42 2020-06-17 11:05:46 -07:00
R. RyanTM
7b104edf89 eagle: 9.6.1 -> 9.6.2 2020-06-17 11:04:13 -07:00
R. RyanTM
0505a47c8e gitkraken: 7.0.0 -> 7.0.1 2020-06-17 11:03:33 -07:00
R. RyanTM
bfc1914423 libfprint: 1.90.1 -> 1.90.2 2020-06-17 11:02:55 -07:00
R. RyanTM
84b7946079 flyway: 6.4.3 -> 6.4.4 2020-06-17 11:02:22 -07:00
Graham Christensen
38e990d520
Merge pull request #90673 from grahamc/google-chrome-path
google-chrome: add coreutils to PATH
2020-06-17 13:49:24 -04:00
Graham Christensen
5609f90c50
Merge pull request #90672 from grahamc/xdg-util-path
xdg_utils: xdg-open: add $out to PATH
2020-06-17 13:49:09 -04:00
Florian Klink
35040cfafd rmlint: fix running rmlint --gui
rmlint has a `--gui` option which is writing a python "bootstrap" script
in `/tmp`.

It currently can't find its own python modules, as we don't prefix
`PYTHONPATH` to point to it. Also, there's some other runtime
dependencies, mostly due to using gtk from python(3), which also needs
to be preprended to `PYTHONPATH`.

The `rmlint` GUI components also execute `rmlint` again with `--version`
to determine some features, for which we need to prefix `PATH` with
`$out/bin`.
2020-06-17 19:41:41 +02:00
Frederik Rietdijk
ec618a9120 python.pkgs.bleach: add missing dependency packaging 2020-06-17 10:20:46 -07:00
Lassulus
0dacf1d711
Merge pull request #84386 from numkem/adguardhome
AdGuardHome: init at 0.101.0
2020-06-17 19:20:13 +02:00
Bouke van der Bijl
84e25cf478 fish: use -p to prepend profile directories 2020-06-17 18:59:56 +02:00
Bouke van der Bijl
9daa1838d3 fish: replace use of tr with string split
This shaves about 4ms off fish start time.

Before (profiled with 'fish --profile prof.txt -c fish_prompt'):

225	4636	----> set -l __nix_profile_paths (echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n')[-1..1]
4411	4411	-----> echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n'

After:

190	248	----> set -l __nix_profile_paths (string split ' ' $NIX_PROFILES)[-1..1]
2020-06-17 18:59:35 +02:00
Pierre Bourdon
7198d973c1 wireshark: compile with QT_NO_DEBUG to avoid depending on qt*-dev 2020-06-17 18:53:56 +02:00
Lassulus
33bc279247
Merge pull request #89414 from jpotier/add-hikari
hikari: init at 2.0.2
2020-06-17 18:30:51 +02:00
Lassulus
02c64a4b63
Merge pull request #89415 from prusnak/bitcoin
bitcoin: 0.19.1 -> 0.20.0
2020-06-17 18:23:17 +02:00
Silvan Mosberger
f03e85f703
Merge pull request #74589 from tmplt/fix-physlock
nixos/physlock: add suspend-then-hibernate to lockOn.suspend units
2020-06-17 18:06:52 +02:00
Michele Guerini Rocco
4ddf9b763b
Merge pull request #83171 from rnhmjoj/hash
nixos/users: validate password hashes
2020-06-17 17:25:34 +02:00
Daniël de Kok
705b85c301
Merge pull request #90594 from wucke13/webdis
webdis: 0.1.9 -> 0.1.10
2020-06-17 17:12:20 +02:00
Michael Weiss
4e5b9f8b2e
nvme-cli: 1.11.2 -> 1.12 2020-06-17 17:10:10 +02:00
Lassulus
c8479286c7
Merge pull request #89716 from doronbehar/polybar-gcc-ref
polybar: Don't reference gcc
2020-06-17 16:46:36 +02:00
Leon Schuermann
a7aab1fff3 tpm2-abrmd: separate checkPhase dependencies into checkInputs 2020-06-17 16:46:18 +02:00
Leon Schuermann
1a1ab9474e tpm2-abrmd: build from source instead of release tarball 2020-06-17 16:46:18 +02:00
Leon Schuermann
3cc29166a7 tpm2-abrmd: enable parallel building 2020-06-17 16:46:18 +02:00
Leon Schuermann
fb667c1beb tpm2-abrmd: 2.2.0 -> 2.3.2 2020-06-17 16:46:18 +02:00
Leon Schuermann
ef9e6b3aa8 tpm2-tss: remove libgcrypt from explicit build inputs 2020-06-17 16:46:18 +02:00
Leon Schuermann
09791689df tpm2-tss: build from source instead of release tarball 2020-06-17 16:46:18 +02:00
Leon Schuermann
1ec50ac39e tpm2-tss: extract checkPhase dependencies into checkInputs 2020-06-17 16:46:18 +02:00
Leon Schuermann
de064be984 tpm2-tss: enable parallel building 2020-06-17 16:46:18 +02:00
Leon Schuermann
8e94e61aec tpm2-tss: 2.3.2 -> 2.4.1 2020-06-17 16:46:18 +02:00
markuskowa
7e505053ba
Merge pull request #90659 from r-ryantm/auto-update/openmpi
openmpi: 4.0.3 -> 4.0.4
2020-06-17 16:45:37 +02:00