Commit graph

300720 commits

Author SHA1 Message Date
ajs124
60396b1a6c prometheus-mysqld-exporter: 0.12.1 -> 0.13.0
https://github.com/prometheus/mysqld_exporter/blob/master/CHANGELOG.md#0130--2021-05-18
2021-07-05 02:36:18 +02:00
github-actions[bot]
f8bebb9a94
Merge master into staging-next 2021-07-05 00:01:40 +00:00
Ryan Mulligan
7229e6d646
Merge pull request #129259 from bast/radovan/password-prompt
prompt to set root password has changed
2021-07-04 16:42:24 -07:00
R. RyanTM
6ce99aa385 latex2html: 2021 -> 2021.2 2021-07-04 23:19:56 +00:00
Martin Weinelt
a6c2f5e6e7
Merge pull request #129278 from r-ryantm/auto-update/kea
kea: 1.9.8 -> 1.9.9
2021-07-05 01:02:02 +02:00
Fabian Affolter
15fd53d352 python3Packages.sunpy: 3.0.0 -> 3.0.1 2021-07-05 00:30:39 +02:00
Fabian Affolter
19ca015480 python3Packages.asdf: 2.7.3 -> 2.8.1 2021-07-05 00:30:14 +02:00
R. RyanTM
8c44a66467 kea: 1.9.8 -> 1.9.9 2021-07-04 22:09:59 +00:00
Fabian Affolter
c5decfd25d
Merge pull request #128973 from fabaff/bump-python-gitlab
python3Packages.python-gitlab: 2.8.0 -> 2.9.0
2021-07-05 00:08:28 +02:00
Fabian Affolter
06f62afd8a
Merge pull request #128983 from fabaff/bump-ibm-watson
python3Packages.ibm-watson: 5.2.0 -> 5.2.1
2021-07-04 23:43:33 +02:00
Fabian Affolter
922952c129
Merge pull request #128985 from fabaff/bump-pyatv
python3Packages.pyatv: 0.8.0 -> 0.8.1
2021-07-04 23:41:53 +02:00
Fabian Affolter
e29fe9e8d2
Merge pull request #129242 from fabaff/bump-scp
python3Packages.scp: 0.13.4 -> 0.13.5
2021-07-04 23:41:18 +02:00
Bjørn Forsman
5d3dca497b nixos/hamster: fix programs.hamster.enable text
mkEnableOption already adds "Whether to enable" and ends with a ".", so
remove that duplication from the help text.

Also reword it slightly while at it.
2021-07-04 23:18:23 +02:00
Silvan Mosberger
2ad68cf900
Merge pull request #129267 from NixOS/strings-comments-fiix-overly-monomorphic
strings.nix: Fix overly monomorphic type signature comments
2021-07-04 23:04:30 +02:00
Maximilian Bosch
9baacd435b
Merge pull request #129246 from romildo/upd.qjournalctl
qjournalctl: init at 0.6.3
2021-07-04 22:32:27 +02:00
Maximilian Bosch
1654709ce2
Merge pull request #129234 from r-ryantm/auto-update/cargo-bloat
cargo-bloat: 0.10.0 -> 0.10.1
2021-07-04 22:28:34 +02:00
Maximilian Bosch
15bf29162f
Merge pull request #129252 from fabaff/bump-tcpdump
tcpdump: 4.99.0 -> 4.99.1
2021-07-04 22:25:06 +02:00
Maximilian Bosch
946835111e
Merge pull request #129255 from fabaff/bump-ncdu
ncdu: 1.15.1 -> 1.16
2021-07-04 22:22:42 +02:00
Izorkin
a87a078dbc
nixos/tests/mariadb: add check Mroonga storage 2021-07-04 22:53:15 +03:00
Izorkin
f85b19387d
mariadb: libsodium is required to build mroonga storage 2021-07-04 22:51:17 +03:00
sternenseemann
e2a11c1d3d koka: 2.1.4 -> 2.1.9 2021-07-04 21:45:33 +02:00
Pavol Rusnak
5082c85ea2
python3Packages.libusb1: 1.9.2 -> 1.9.3
the hack in checkPhase is no longer needed since the issue has been
resolved: https://github.com/vpelletier/python-libusb1/issues/16
2021-07-04 21:42:03 +02:00
Jörg Thalheim
160796b84b
Merge pull request #129262 from Mic92/aliases
python-aliases: dtfit, lammps-cython for removal
2021-07-04 20:01:01 +01:00
Niklas Hambüchen
5db6b909cd
strings.nix: Fix overly monomorphic type signature comments
These functions work on lists of anything, not just lists of strings.
2021-07-04 20:52:48 +02:00
Guillaume Girol
6e83548b0e
Merge pull request #128774 from orivej/praat
praat: 6.0.43 -> 6.1.50
2021-07-04 18:51:39 +00:00
Guillaume Girol
8148ffc930
Merge pull request #129263 from ck3d/redo-c-0.3
redo-c: 0.2 -> 0.3
2021-07-04 18:38:12 +00:00
Radovan Bast
45abf2f0d0 nixos/manual: prompt to set root password has changed
The manual mentions in
https://nixos.org/manual/nixos/stable/index.html#sec-installation-installing:
```
setting root password...
Enter new UNIX password: ***
Retype new UNIX password: ***
```

However, in the terminal I got:
```
setting root password...
New password: ***
Retype new password: ***
```
2021-07-04 20:33:38 +02:00
sternenseemann
2019f82e3e bmake: enable ksh test on non musl platforms
bmake runs the ksh test if /bin/ksh exists. This is never a good
indication on platforms where we can sandbox and causes problems on
darwin where this path may exist, but never would be in PATH.

We solve this problem by always enabling the test and adding ksh to
checkInputs.

ksh doesn't seem to compile with musl, so we disable it on that
platform.
2021-07-04 20:20:42 +02:00
sternenseemann
32c42d37ab bmake: test musl build
Since we do some additional patching to make it work with musl, we
should also test that, so we can _keep_ it working.
2021-07-04 20:20:42 +02:00
sternenseemann
30200ce8e1 bmake: 20210420 -> 20210621 2021-07-04 20:20:42 +02:00
Herman Fries
8d117e0914 flatpak-builder: Use binutils-unwrapped 2021-07-04 20:16:04 +02:00
Samuel Gräfenstein
6461cc71c3
kjv: 2018-12-25 -> 2021-03-11 2021-07-04 20:12:55 +02:00
github-actions[bot]
3c6502f618
Merge master into staging-next 2021-07-04 18:01:00 +00:00
Christian Kögler
b07b9e81bc redo: Set CFLAGS only if not defined 2021-07-04 19:39:05 +02:00
Jörg Thalheim
b95cd0fcd8 python-aliases: dtfit, lammps-cython 2021-07-04 19:35:58 +02:00
Jörg Thalheim
0a17f3b530
Merge pull request #129231 from Mic92/clang-tools
clang-tools: fix missing extra tools
2021-07-04 18:31:31 +01:00
Fabian Affolter
229fee69b1 stress-ng: 0.12.04 -> 0.12.11 2021-07-04 18:53:36 +02:00
D Anzorge
27b3e0ab56 cataclysm-dda-git: 2020-12-09 -> 2021-07-03 2021-07-04 18:50:58 +02:00
D Anzorge
5f298b119a cataclysm-dda: 0.E-3 -> 0.F 2021-07-04 18:50:58 +02:00
Felix C. Stegerman
f985121df6
kanjidraw: init at 0.2.3 2021-07-04 18:48:05 +02:00
Ryan Mulligan
d618e6a675
Merge pull request #129251 from r-ryantm/auto-update/exploitdb
exploitdb: 2021-07-02 -> 2021-07-03
2021-07-04 09:42:23 -07:00
Gabriel Ebner
27749583d4
Merge pull request #129249 from ncfavier/ibus-mozc
ibus-engines.mozc: 2.23.4206.102 -> 2.26.4423.100
2021-07-04 18:19:51 +02:00
Fabian Affolter
71bfa1cb89 ncdu: 1.15.1 -> 1.16 2021-07-04 18:16:10 +02:00
Fabian Affolter
511caab6e3 suricata: 6.0.2 -> 6.0.3 2021-07-04 18:01:54 +02:00
R. RyanTM
8f2113f0c7 free42: 3.0.4 -> 3.0.5 2021-07-04 16:00:27 +00:00
R. RyanTM
26c36ab586 exploitdb: 2021-07-02 -> 2021-07-03 2021-07-04 15:52:49 +00:00
Fabian Affolter
228adbbf71 tcpdump: 4.99.0 -> 4.99.1 2021-07-04 17:52:29 +02:00
José Romildo Malaquias
8001cd5ac0
Merge pull request #128923 from fortuneteller2k/papirusicon
papirus-icon-theme: 20210601 -> 20210701
2021-07-04 12:36:05 -03:00
Fabian Affolter
4e82100879
Merge pull request #129184 from fabaff/bump-tfsec
tfsec: 0.39.16 -> 0.40.7
2021-07-04 17:05:45 +02:00
Fabian Affolter
1b387b60b5
Merge pull request #129180 from fabaff/bump-amass
amass: 3.11.2 -> 3.13.2
2021-07-04 17:05:13 +02:00