figsoda
a211d94291
treewide: remove attrPath from nix-update-script calls
...
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703 , `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
R. Ryantm
34605944af
memtester: 4.5.1 -> 4.6.0
2022-12-25 12:53:46 +01:00
figsoda
3e380a8070
Merge pull request #207530 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 1.0.50 -> 1.0.53
2022-12-24 17:14:39 -05:00
R. Ryantm
a06dddc734
automatic-timezoned: 1.0.50 -> 1.0.53
2022-12-24 08:12:54 +00:00
Weijia Wang
41889978d3
plan9port: unbreak on x86_64-darwin
2022-12-23 17:15:32 +01:00
Thomas Gerbet
ed048367cc
Merge pull request #204458 from r-ryantm/auto-update/netdata
...
netdata: 1.36.1 -> 1.37.1
2022-12-22 15:48:48 +01:00
OPNA2608
901a78b6ad
gkraken: Fix wrapping
...
Fixes the following error when trying to run the final script:
Traceback (most recent call last):
File "/nix/store/z1klbgg6p9v3vszjyvsjix9s4blsl7mv-gkraken-1.2.0/bin/.gkraken-wrapped", line 45, in <module>
gi.require_version('Gtk', '3.0')
File "/nix/store/k46f21qglnnl2grkx6gq6j6jlawfkgpw-python3.10-pygobject-3.42.2/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
See https://github.com/NixOS/nixpkgs/issues/56943
2022-12-19 02:06:51 +01:00
R. Ryantm
02fb72e12d
logrotate: 3.20.1 -> 3.21.0
2022-12-17 18:05:42 +00:00
figsoda
94046a47cc
Merge pull request #205703 from atorres1985-contrib/inherit-darwin-is-bad
...
treewide: remove `inherit (darwin)`s from all-packages.nix
2022-12-12 21:45:26 -05:00
Bernardo Meurer
fc6c79f771
Merge pull request #204378 from Madouura/pr/rocm-related
...
Fixes https://github.com/NixOS/nixpkgs/issues/203949
2022-12-12 15:55:21 -03:00
Sandro
96b8fab0e5
Merge pull request #203894 from urandom2/jobber
...
Fixes https://github.com/NixOS/nixpkgs/issues/126268
2022-12-12 14:14:25 +01:00
AndersonTorres
d8e45aef2a
plan9port: incorporate darwin into its expression
2022-12-12 09:41:26 -03:00
R. Ryantm
83e84a5e94
automatic-timezoned: 1.0.49 -> 1.0.50
2022-12-12 02:58:21 +00:00
Madoura
9b98f8433a
rocm-related: create and use a generic updater script
2022-12-10 13:51:09 -06:00
R. Ryantm
b3404063ed
automatic-timezoned: 1.0.45 -> 1.0.49
2022-12-08 19:24:59 +08:00
R. Ryantm
a3a8bceef8
netdata: 1.36.1 -> 1.37.1
2022-12-06 14:21:59 +00:00
Yestin L. Harrison
a335198d4d
plan9port: 2021-10-19 -> 2022-09-12
...
the new version stamps out further path-related annoyances, though
it does require explicitly giving PLAN9_TARGET during buildPhase
(everything moves to $out during installPhase anyway, where
./INSTALL works it out unassisted).
2022-12-06 02:35:02 -08:00
Madoura
33a5eb7be1
rocm-related: 5.3.3 → 5.4.0
...
clang-ocl: 5.3.3 → 5.4.0
hip: 5.3.3 → 5.4.0
hipsparse: 5.3.3 → 5.4.0
miopengemm: 5.3.3 → 5.4.0
hipcub: 5.3.3 → 5.4.0
rccl: 5.3.3 → 5.4.0
rocblas: 5.3.3 → 5.4.0
rocfft: 5.3.3 → 5.4.0
miopen: 5.3.3 → 5.4.0
rocm-comgr: 5.3.3 → 5.4.0
rocclr: 5.3.3 → 5.4.0
rocm-device-libs: 5.3.3 → 5.4.0
rocm-cmake: 5.3.3 → 5.4.0
rocm-runtime: 5.3.3 → 5.4.0
rocm-smi: 5.3.3 → 5.4.0
rocm-thunk: 5.3.3 → 5.4.0
rocm-opencl-runtime: 5.3.3 → 5.4.0
llvmPackages_rocm.llvm: 5.3.3 → 5.4.0
rocminfo: 5.3.3 → 5.4.0
rocmlir: 5.3.3 → 5.4.0
rocprim: 5.3.3 → 5.4.0
rocwmma: 5.3.3 → 5.4.0
rocrand: 5.3.3 → 5.4.0
rocsparse: 5.3.3 → 5.4.0
rocthrust: 5.3.3 → 5.4.0
tensile: 5.3.3 → 5.4.0
rocm-llvm: remove obsolete patch
hip: remove obsolete substituteInPlace
rocmlir: fixup build inputs and cmakeFlags
miopen: add nlohmann_json
2022-12-04 10:33:07 -06:00
Colin Arnott
97e2e764e6
jobber: init at 1.4.4
...
Fixes #126268
2022-12-03 20:11:43 +00:00
Berk D. Demir
6b1c965f48
runitor: 1.1.1 -> 1.2.0
2022-12-03 11:07:15 -08:00
Sandro
f877bb5c5f
Merge pull request #188042 from totoroot/init/wsysmon-0.1.0
2022-12-03 01:19:20 +01:00
Markus Wamser
76aad1f1e6
dfrs: init at 0.0.7 ( #204179 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-03 00:33:08 +01:00
Mario Rodas
c49f0b22e1
Merge pull request #203840 from aaronjheng/skeema
...
skeema: 1.8.2 -> 1.9.0
2022-11-30 22:40:24 -05:00
Aaron Jheng
ffd251aec3
skeema: 1.8.2 -> 1.9.0
2022-12-01 01:32:04 +00:00
R. Ryantm
56420d0469
automatic-timezoned: 1.0.43 -> 1.0.45
2022-11-30 19:22:36 +00:00
Lin Jian
c2d4859ff4
kanata: 1.0.8 -> 1.1.0
2022-11-30 20:22:41 +08:00
Bjørn Forsman
5fe4c60e49
smartmontools: remove unneeded inetutils
...
It was only needed for 'hostname', which is now provided by the
'hostname' package, which has smaller storage footprint.
2022-11-29 20:34:13 +01:00
Bjørn Forsman
43052306ac
smartmontools: add hostname to runtime closure
...
This makes smartd notifications contain the hostname instead of
"unknown".
Total runtime closure size:
Before: 46.1 MiB
After: 46.7 MiB
2022-11-29 20:34:13 +01:00
Madoura
3ced8179cd
rocm-related: optional GITHUB_TOKEN for update script
...
hip: optional GITHUB_TOKEN for update script
rocm-llvm: optional GITHUB_TOKEN for update script
clang-ocl: optional GITHUB_TOKEN for update script
hipcub: optional GITHUB_TOKEN for update script
hipsparse: optional GITHUB_TOKEN for update script
miopen: optional GITHUB_TOKEN for update script
miopengemm: optional GITHUB_TOKEN for update script
rccl: optional GITHUB_TOKEN for update script
rocblas: optional GITHUB_TOKEN for update script
rocclr: optional GITHUB_TOKEN for update script
rocfft: optional GITHUB_TOKEN for update script
rocm-comgr: optional GITHUB_TOKEN for update script
rocm-device-libs: optional GITHUB_TOKEN for update script
rocm-opencl-runtime: optional GITHUB_TOKEN for update script
rocm-runtime: optional GITHUB_TOKEN for update script
rocm-thunk: optional GITHUB_TOKEN for update script
rocmlir: optional GITHUB_TOKEN for update script
rocprim: optional GITHUB_TOKEN for update script
rocrand: optional GITHUB_TOKEN for update script
rocsparse: optional GITHUB_TOKEN for update script
rocthrust: optional GITHUB_TOKEN for update script
rocwmma: optional GITHUB_TOKEN for update script
tensile: optional GITHUB_TOKEN for update script
rocm-cmake: optional GITHUB_TOKEN for update script
rocminfo: optional GITHUB_TOKEN for update script
rocm-smi: optional GITHUB_TOKEN for update script
2022-11-28 02:25:56 -06:00
R. Ryantm
e5836fa254
runitor: 1.0.0 -> 1.1.1
2022-11-27 02:24:19 +00:00
figsoda
3efdc71b5b
Merge pull request #202892 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 1.0.41 -> 1.0.43
2022-11-25 15:57:40 -05:00
Maxime Brunet
a2720aebdd
automatic-timezoned: add meta.changelog
2022-11-25 11:11:50 -08:00
R. Ryantm
c6147b5659
automatic-timezoned: 1.0.41 -> 1.0.43
2022-11-25 18:53:52 +00:00
Guillaume Girol
d8ac0f62d1
Merge pull request #202796 from dotlambda/collectd-python3
...
collectd: use python3
2022-11-25 16:22:51 +00:00
Robert Schütz
44587571d2
collectd: use python3
2022-11-25 00:07:27 -08:00
Madoura
6bb3a9baee
rocm-related: use finalAttrs
...
hip: use finalAttrs
rocm-llvm: use finalAttrs
clang-ocl: use finalAttrs
composable_kernel: use finalAttrs
hipcub: use finalAttrs
hipsparse: use finalAttrs
miopengemm: use finalAttrs
rccl: use finalAttrs
rocblas: use finalAttrs
rocclr: use finalAttrs
rocfft: use finalAttrs
rocm-comgr: use finalAttrs
rocm-device-libs: use finalAttrs
rocm-opencl-runtime: use finalAttrs
rocm-runtime: use finalAttrs
rocm-thunk: use finalAttrs
rocmlir: use finalAttrs
rocprim: use finalAttrs
rocsparse: use finalAttrs
rocthrust: use finalAttrs
rocm-cmake: use finalAttrs
rocminfo: use finalAttrs
rocm-smi: use finalAttrs
2022-11-24 01:23:03 -06:00
Madoura
0190a12af5
rocm-related: change maintainers to rocm team + old
...
rocclr: change maintainers to rocm team + old
rocm-comgr: change maintainers to rocm team + old
rocm-device-libs: change maintainers to rocm team + old
rocm-opencl-runtime: change maintainers to rocm team + old
rocm-runtime: change maintainers to rocm team + old
rocm-thunk: change maintainers to rocm team + old
rocminfo: change maintainers to rocm team + old
rocm-smi: change maintainers to rocm team + old
rocm-llvm: change maintainers to rocm team + old
hip: change maintainers to rocm team + old
2022-11-24 01:19:57 -06:00
Madoura
6eefaa031c
rocm-related: 5.3.1 → 5.3.3
...
rocm-smi: 5.3.1 → 5.3.3
rocm-cmake: 5.3.1 → 5.3.3
rocm-thunk: 5.3.1 → 5.3.3
rocm-runtime: 5.3.1 → 5.3.3
rocm-opencl-runtime: 5.3.1 → 5.3.3
rocm-device-libs: 5.3.1 → 5.3.3
rocm-comgr: 5.3.1 → 5.3.3
rocclr: 5.3.1 → 5.3.3
rocminfo: 5.3.1 → 5.3.3
llvmPackages_rocm.llvm: 5.3.1 → 5.3.3
hip: 5.3.1 → 5.3.3
hipcub: 2.12.0-5.3.1 → 2.12.0-5.3.3
rocsparse: 2.3.2-5.3.1 → 2.3.2-5.3.3
hipsparse: 2.3.1-5.3.1 → 2.3.1-5.3.3
rccl: 2.12.10-5.3.1 → 2.12.10-5.3.3
rocfft: 1.0.18-5.3.1 → 1.0.18-5.3.3
tensile: 4.34.0-5.3.1 → 4.34.0-5.3.3
rocblas: 2.45.0-5.3.1 → 2.45.0-5.3.3
miopengemm: 5.3.1 → 5.3.3
clang-ocl: 5.3.1 → 5.3.3
rocthrust: 2.16.0-5.3.1 → 2.16.0-5.3.3
rocprim: 2.11.0-5.3.1 → 2.11.1-5.3.3
rocmlir: 5.3.1 → 5.3.3
2022-11-24 01:19:47 -06:00
Madoura
81da589991
rocm-related: ignore same hash
...
rocclr: ignore same hash
rocm-comgr: ignore same hash
rocm-device-libs: ignore same hash
rocm-opencl-runtime: ignore same hash
rocm-runtime: ignore same hash
rocm-thunk: ignore same hash
rocm-cmake: ignore same hash
rocminfo: ignore same hash
rocm-smi: ignore same hash
2022-11-23 20:27:26 -06:00
Matthias Thym
5822b984c3
wsysmon: init at 0.1.0
2022-11-23 10:39:37 +01:00
Timothy DeHerrera
6c60e61bea
Merge pull request #202061 from h7x4/init-ddh
...
ddh: init at 0.13.0
2022-11-20 13:50:03 -07:00
Jörg Thalheim
084a1fd537
Merge pull request #200697 from NickCao/efivar
...
efivar: fix cross compilation
2022-11-20 20:26:41 +01:00
h7x4
404ef7091b
ddh: init at 0.13.0
2022-11-20 18:22:43 +01:00
Mario Rodas
512130c735
Merge pull request #201557 from anthonyroussel/nvtop_fix
...
nvtop: fix build
Fixes #201340
2022-11-18 08:01:38 -05:00
Franz Pletz
5271b56941
Merge pull request #201171 from fpletz/pkg/ipmitool-1.8.19
2022-11-18 02:47:27 +01:00
Sandro
a5e9371adb
Merge pull request #201373 from SuperSandro2000/efivar
2022-11-18 00:17:12 +01:00
Rehno Lindeque
631baf26e9
hw-probe: vulkan-utils -> vulkan-tools to fix incorrect dependency
2022-11-17 14:25:13 +00:00
Maxime Brunet
29b5192b08
automatic-timezoned: init at 1.0.41
2022-11-16 15:26:21 -08:00
Anthony Roussel
547f2797b4
nvtop: fix build
...
Use udev over systemd as recommended with the AppImage build.
Fixes #201340
2022-11-16 22:30:28 +01:00
Anthony Roussel
05dd7ec2a3
nvtop: add passthru.tests.version
2022-11-16 22:15:16 +01:00