Commit graph

2050 commits

Author SHA1 Message Date
Sarah Brofeldt 334f98c013
Merge pull request #102259 from r-ryantm/auto-update/fio
fio: 3.22 -> 3.23
2020-11-01 12:16:48 +01:00
R. RyanTM db986689ca facter: 3.14.13 -> 3.14.14 2020-10-31 23:36:02 +00:00
Evils 88ba207d53 tuptime: 5.0.0 -> 5.0.1 2020-10-31 21:33:25 +01:00
Evils dd9240e6b0 tuptime: correct to meta.license = gpl2Plus 2020-10-31 21:33:24 +01:00
R. RyanTM a7a7641e19 fio: 3.22 -> 3.23 2020-10-31 19:16:58 +00:00
Vladimír Čunát dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
Maximilian Bosch 358b3565d8
Merge pull request #102121 from r-ryantm/auto-update/bpytop
bpytop: 1.0.44 -> 1.0.47
2020-10-30 23:42:04 +01:00
Bruno Bigras 4506d174c6 zenith: 0.10.1 -> 0.11.0 2020-10-29 22:16:15 -04:00
R. RyanTM 69f235c3aa bpytop: 1.0.44 -> 1.0.47 2020-10-30 01:22:13 +00:00
R. RyanTM 8b1d379ee3 ctop: 0.7.3 -> 0.7.4 2020-10-29 12:41:41 +00:00
Mario Rodas 144ec0c514
Merge pull request #101706 from r-ryantm/auto-update/netdata
netdata: 1.25.0 -> 1.26.0
2020-10-27 19:56:15 -05:00
David Arnold b016ae02e6
hostctl: init at 1.0.14 2020-10-27 11:17:55 -05:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
R. RyanTM 2633358ec7 netdata: 1.25.0 -> 1.26.0 2020-10-25 23:03:46 +00:00
Ben Siraphob c98962e1a3 treewide: remove periods from end of package descriptions 2020-10-25 20:13:18 +07:00
R. RyanTM 4f6bc704a6 bpytop: 1.0.42 -> 1.0.44 2020-10-22 12:41:54 +00:00
Ryan Mulligan 76f5ffdb70
Merge pull request #100855 from r-ryantm/auto-update/bfs
bfs: 1.7 -> 2.0
2020-10-19 15:50:00 -07:00
R. RyanTM bedb1b1787 bfs: 1.7 -> 2.0 2020-10-17 18:04:19 +00:00
Michael Weiss 69bf6db33e
inxi: 3.1.07-1 -> 3.1.08-1 2020-10-17 19:08:36 +02:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Ryan Mulligan c4679aac6f
Merge pull request #96698 from KAction/snooze
snooze: init at 0.4
2020-10-15 16:29:34 -07:00
Dmitry Bogatov 35943384ea snooze: init at 0.4 2020-10-15 00:00:00 -04:00
Mario Rodas d497f8b360
Merge pull request #100453 from berbiche/deprecate-ytop-gotop
ytop: remove
2020-10-14 21:14:14 -05:00
Nicolas Berbiche 258ebb540e
ytop: remove
Upstream has archived the repository and recommends bottom
2020-10-14 12:10:30 -04:00
Andreas Wiese 861d9d7341 bpytop: 1.0.25 -> 1.0.42 2020-10-13 11:24:14 +02:00
Sandro Jäckel 24123898d2
kmon: 1.4.0 -> 1.5.1
Closes #99482
2020-10-11 01:46:21 +02:00
Daniel Duan dc070dd78a tre-command: 0.3.2 -> 0.3.3 2020-09-26 02:20:14 -07:00
Ryan Burns 00bf15f23c pciutils: fix build on darwin
Add IOKit to macOS prereqs, and patch Makefile to use $CC
2020-09-24 02:09:20 -07:00
R. RyanTM f5c2f51dae freeipmi: 1.6.5 -> 1.6.6 2020-09-23 21:00:43 -07:00
Daniël de Kok 66d0662548
Merge pull request #98230 from danieldk/rocm-3.8.0
Update to ROCm 3.8.0
2020-09-23 19:25:38 +02:00
R. RyanTM d59e3bd554 facter: 3.14.12 -> 3.14.13 2020-09-23 03:17:14 +00:00
Josef Kemetmüller 0996ac6b0e nvtop: Make independent of Nvidia driver version
For packages relying on Nvidia drivers we don't want to hard-code the
location of a particular driver version in the RPATH. Otherwise the
software might fail with errors such as:

> Impossible to initialize nvidia nvml : Driver/library version mismatch

To fix this the usual pattern in nixpkgs is to add `/run/opengl-driver/lib`
to the RPATH of these binaries.
This is the global location where Nvidia libraries are available on
NixOS and so this makes sure that the nvtop binary can be run with all
versions of the driver.

At build time however these libraries are not available at that
particular location. For precisely this use case, Nvidia ships stub
versions of the driver libraries with the cudatoolkit. So we just need
to point CMake to that directory.

Fixes: #98328
2020-09-21 08:43:43 +02:00
Gabriel Ebner 0c550170d1
Merge pull request #97469 from Emantor/bump/thermald 2020-09-20 16:55:30 +02:00
Daniël de Kok 57bf6699c1 rocm-smi: 3.7.0 -> 3.8.0
The tag refers to the same commit as 3.7.0, so the hash did not
change.
2020-09-19 08:13:40 +02:00
Rouven Czerwinski 5cae66cb84 thermald: 2.2 -> 2.3
Also cleanup the derivation:
- remove unnecessary PKG_CONFIG_PATH export
- change gpl2 to gpl2Only
- add meta.changelog
- reformat inputs and sort alphabetically
last three suggested by @drewrisinger.
2020-09-16 18:27:16 +02:00
K900 a839779e0a netdata: 1.24.0 -> 1.25.0
Also update homepage URL to point to the new domain
2020-09-15 12:08:37 +03:00
Bruno Bigras 9b55d123bc zenith: 0.10.0 -> 0.10.1 2020-09-12 23:15:06 -04:00
Mario Rodas f066de7e7e
Merge pull request #97342 from herrwiese/for-master/bpytop-update-v1.0.25
bpytop: 1.0.21 -> 1.0.25
2020-09-08 18:48:50 -05:00
R. RyanTM 85255c33f5 collectd: 5.11.0 -> 5.12.0 2020-09-07 16:12:19 +00:00
Andreas Wiese 5200ee8cc0 bpytop: 1.0.21 -> 1.0.25 2020-09-07 11:09:32 +02:00
Jörg Thalheim 3a6cea9ea6
Merge pull request #96523 from Izorkin/netdata 2020-09-03 20:55:49 +01:00
Izorkin d1ffe81e13
htop: 3.0.0 -> 3.0.1 2020-09-03 19:59:38 +03:00
Timo Kaufmann 31772af506 ddrescueview: 0.4alpha3 -> 0.4alpha4
Update required for compatibility with fpc 3.2.0.
2020-09-03 14:39:11 +02:00
Vladimír Čunát 82aeab778f
pciutils: support static compilation
Close PR #96012 (thanks).  This "static style" was discussed on:
https://github.com/NixOS/nixpkgs/pull/96223#issuecomment-681204478
2020-09-01 08:49:22 +02:00
Mario Rodas 283df1442f
Merge pull request #96724 from r-ryantm/auto-update/stress-ng
stress-ng: 0.11.14 -> 0.11.19
2020-08-31 12:36:21 -05:00
R. RyanTM b1df606428 stress-ng: 0.11.14 -> 0.11.19 2020-08-31 03:39:12 +00:00
Izorkin fed86ab2a1
htop: disable use glyphs for checkmarks 2020-08-30 12:09:13 +03:00
Konrad Borowski 19023de862 htop: 2.2.0 -> 3.0.0 2020-08-29 14:49:37 +02:00
Jörg Thalheim 67d6ea03c9
netdata: reference nixos tests 2020-08-28 09:50:16 +01:00
Izorkin af8e526347
netdata: 1.23.2 -> 1.24.0 2020-08-28 09:11:28 +03:00
Mario Rodas 0a4b693f99
Merge pull request #96302 from r-ryantm/auto-update/fio
fio: 3.21 -> 3.22
2020-08-25 20:45:00 -05:00
R. RyanTM 35d908a875 fio: 3.21 -> 3.22 2020-08-25 18:44:01 +00:00
R. RyanTM 9464310d3f bpytop: 1.0.13 -> 1.0.21 2020-08-25 06:25:10 +00:00
Silvan Mosberger f8e6745ad3
Merge pull request #82817 from pacien/smartd-fix-hostname-notifications
smartmontools: fix missing hostname in notifications
2020-08-22 16:09:14 +02:00
Daniël de Kok 280147c510
Merge pull request #95489 from danieldk/rocm-3.7.0
Update ROCm to 3.7.0
2020-08-22 13:30:01 +02:00
Daniël de Kok d75d3ebf5e rocm-smi: 3.5.0 -> 3.7.0 2020-08-22 07:43:00 +02:00
Jörg Thalheim 78cde427e8
storebrowse: remove (#95919)
I don't even bother to add it as deprecated to aliases.nix.
It was marked as broken in 2016.
2020-08-21 12:58:34 -07:00
Michael Weiss 47437afc00
inxi: 3.1.05-4 -> 3.1.06-1 2020-08-17 18:00:57 +02:00
pacien f1922cdbdc smartmontools: fix missing hostname in notifications
This properly registers some missing dependencies of smartd_warning.sh.
2020-08-16 20:48:03 +02:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
zowoq 42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq d5ebc45ba0 gotop: fix darwin build, enable checks 2020-08-15 10:57:56 +10:00
Ryan Mulligan 8956a18df3
Merge pull request #95314 from r-ryantm/auto-update/bpytop
bpytop: 1.0.0 -> 1.0.13
2020-08-13 06:27:48 -07:00
Michael Weiss 4c6743c79c
inxi: 3.1.05-2 -> 3.1.05-4 2020-08-13 14:39:05 +02:00
R. RyanTM b08cf3cd45 bpytop: 1.0.0 -> 1.0.13 2020-08-13 06:54:09 +00:00
Ryan Mulligan 2f67375576
Merge pull request #95139 from r-ryantm/auto-update/kmon
kmon: 1.3.5 -> 1.4.0
2020-08-11 06:08:40 -07:00
R. RyanTM 20d4fd08b9 kmon: 1.3.5 -> 1.4.0 2020-08-11 04:42:03 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Daniel Duan 236aa441a8 tre-command: 0.3.1 -> 0.3.2
release notes: https://github.com/dduan/tre/releases/tag/v0.3.2

relavent: this release introduces a Unix manual.
2020-08-08 16:35:10 -07:00
Raghav Sood 2ec6f070aa
netdata: 1.23.0 -> 1.23.2 2020-07-16 14:39:08 +00:00
Andreas Wiese 616962ffd9 bpytop: init at 1.0.0 2020-08-04 20:50:45 +02:00
R. RyanTM 05aa251ace kmon: 1.3.0 -> 1.3.5 2020-08-02 04:19:00 +00:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Michael Weiss b739e02e12
inxi: 3.1.05-1 -> 3.1.05-2 2020-07-29 17:22:58 +02:00
Daniël de Kok 11771fc2e9
Merge pull request #93941 from leenaars/datefudge
datefudge: 1.23 -> 1.24
2020-07-28 18:00:34 +02:00
Emery Hemingway 6148e0ca85 acme: build for aarch64 2020-07-28 16:05:10 +02:00
Ryan Mulligan 33f6fc5e0e
Merge pull request #94063 from r-ryantm/auto-update/disk-filltest
disk-filltest: 0.8.1 -> 0.8.2
2020-07-28 06:57:26 -07:00
R. RyanTM e8a58f8a2a disk-filltest: 0.8.1 -> 0.8.2 2020-07-28 08:29:54 +00:00
Michael Weiss 2c7646b1f3
inxi: 3.1.04-1 -> 3.1.05-1 2020-07-27 22:52:44 +02:00
Michiel Leenaars aedccac4e8 datefudge: use tag instead of manual rev 2020-07-27 00:31:07 +02:00
Michiel Leenaars 785b541ed6 datefudge: 1.23 -> 1.24 2020-07-27 00:15:38 +02:00
Daniël de Kok fbd4164784
Merge pull request #92832 from danieldk/cm-rgb
cm-rgb: init at 0.3.4
2020-07-26 20:37:54 +02:00
Vladyslav M 7adb91df59
Merge pull request #93786 from r-ryantm/auto-update/fio
fio: 3.20 -> 3.21
2020-07-24 23:56:37 +03:00
R. RyanTM 563d5fa7cc fio: 3.20 -> 3.21 2020-07-24 20:27:33 +00:00
R. RyanTM 71db15ef9f kmon: 1.2.0 -> 1.3.0 2020-07-24 03:26:45 +00:00
Daniël de Kok 031cc88afc cm-rgb: init at 0.3.4
This is a set of utilities to control AMD Wraith Prism RGB LEDs.
2020-07-21 11:43:34 +02:00
Maximilian Bosch 8eb5f22ad4
Merge pull request #93309 from r-ryantm/auto-update/facter
facter: 3.14.11 -> 3.14.12
2020-07-18 18:07:06 +02:00
Daniël de Kok a6d8e68610 rocm-smi: init at 3.5.0
This utility reports information about AMD GPUs that are supported by
the ROCm stack. It also exposes functionality for clock and
temperature management.
2020-07-17 08:07:09 +02:00
R. RyanTM a8387a9963 facter: 3.14.11 -> 3.14.12 2020-07-16 22:23:20 +00:00
Vladimír Čunát 377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
R. RyanTM e1867b4e5c logrotate: 3.16.0 -> 3.17.0 2020-07-12 08:36:33 +00:00
Frederik Rietdijk ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
Luke Bentley-Fox 874a47f852
colorls: 1.3.3 -> 1.4.2 2020-07-09 13:23:15 +01:00
Mario Rodas ce8fffaed3
Merge pull request #92741 from r-ryantm/auto-update/zenith
zenith: 0.9.0 -> 0.10.0
2020-07-08 19:10:22 -05:00
R. RyanTM 7831c0c322 zenith: 0.9.0 -> 0.10.0 2020-07-08 18:55:29 +00:00
Maximilian Bosch e3d95b9ccf
Merge pull request #92595 from r-ryantm/auto-update/thermald
thermald: 2.1 -> 2.2
2020-07-08 11:18:48 +02:00
Mario Rodas 29cf4de205
Merge pull request #92596 from r-ryantm/auto-update/stress-ng
stress-ng: 0.11.10 -> 0.11.14
2020-07-07 20:47:47 -05:00
Mario Rodas 57b1e884a2
Merge pull request #92577 from r-ryantm/auto-update/syslog-ng
syslogng: 3.27.1 -> 3.28.1
2020-07-07 20:44:31 -05:00
Mario Rodas 90e4427414
Merge pull request #92562 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2004.0 -> 8.2006.0
2020-07-07 20:43:44 -05:00
R. RyanTM 976856c30c
monit: 5.26.0 -> 5.27.0 (#92361) 2020-07-07 21:43:26 +02:00