Commit Graph

27459 Commits

Author SHA1 Message Date
Jerry
7359e7f57c linuxKernel.kernels.linux_zen: 6.9.1-zen1 -> 6.9.2-zen1 2024-05-27 05:36:18 +02:00
Matthias Beyer
d6463375dc
Merge pull request #314019 from r-ryantm/auto-update/pcm
pcm: 202403 -> 202405
2024-05-26 14:25:30 +02:00
Jared Baur
65a87eee9c linux: use uinstall for all arm architectures
The uinstall target is valid anytime ARCH=arm, not just for armv7, we
can use `stdenv.hostPlatform.linuxArch` to match this properly.
2024-05-26 11:39:19 +02:00
Matthias Beyer
93d41ea387
Merge pull request #314474 from r-ryantm/auto-update/rt-tests
rt-tests: 2.6 -> 2.7
2024-05-26 11:10:58 +02:00
K900
7e8989a8f3
Merge pull request #314630 from K900/kernels-20240525
Kernel updates for 2024-05-25
2024-05-25 19:35:56 +03:00
K900
fd29fa20c2 linux_latest-libre: 19546 -> 19569 2024-05-25 18:28:26 +03:00
K900
21493325b1 linux-rt_6_6: 6.6.30-rt30 -> 6.6.31-rt31 2024-05-25 18:28:26 +03:00
K900
6a79d74445 linux-rt_6_1: 6.1.90-rt30 -> 6.1.91-rt31 2024-05-25 18:28:26 +03:00
K900
840294e13e linux_4_19: 4.19.314 -> 4.19.315 2024-05-25 18:28:26 +03:00
K900
38ec9aa6fc linux_5_4: 5.4.276 -> 5.4.277 2024-05-25 18:28:26 +03:00
K900
8a6766a212 linux_5_10: 5.10.217 -> 5.10.218 2024-05-25 18:28:26 +03:00
K900
3b23ad31e1 linux_5_15: 5.15.159 -> 5.15.160 2024-05-25 18:28:26 +03:00
K900
cc0c6c244c linux_6_1: 6.1.91 -> 6.1.92 2024-05-25 18:28:26 +03:00
K900
ff01ae0efc linux_6_6: 6.6.31 -> 6.6.32 2024-05-25 18:28:26 +03:00
K900
3d7d6d517a linux_6_8: 6.8.10 -> 6.8.11 2024-05-25 18:28:26 +03:00
K900
ebbba195fb linux_6_9: 6.9.1 -> 6.9.2 2024-05-25 18:28:26 +03:00
Jared Baur
bc9f24cd51 linux: only use uinstall when on armv7
The `uinstall` make target only exists for the armv7 architecture in
linux source, we should not use it if we are not building for armv7.

```
$ rg uinstall
arch/arm/Makefile
293:INSTALL_TARGETS     = zinstall uinstall install
327:  echo  '  uinstall      - Install U-Boot wrapped compressed kernel'
```
2024-05-25 11:45:34 +02:00
R. Ryantm
58634532a6 rt-tests: 2.6 -> 2.7 2024-05-25 03:37:50 +00:00
Aidan Gauland
e8c66dc41d
nvidia-settings: add aidalgol as maintainer 2024-05-24 15:54:25 +12:00
Aidan Gauland
b57aa88291
libXNVCtrl: build shared library
The libXNVCtrl library is used by several programs in nixpkgs to get
Nvidia GPU stats, and they all load the library dynamically, but the
libXNVCtrl package only builds a static library.  There is no build flag
to enable this, so we have to patch the Makefile to produce a shared
library.

Based on a patch by @negativo17 for Fedora.
https://github.com/negativo17/nvidia-settings/blob/master/nvidia-settings-libXNVCtrl.patch
2024-05-24 15:52:48 +12:00
R. Ryantm
05705d857a pcm: 202403 -> 202405 2024-05-23 14:52:48 +00:00
Robert Helgesson
0989d93c00 sd-switch: 0.3.0 -> 0.4.0
Also, switch home page to sourcehut one and add update script
passthru.
2024-05-23 14:55:55 +02:00
Yureka
95a3cca9cb multipath-tools: use --replace-fail in substitutions 2024-05-23 14:35:06 +02:00
Yureka
92bd0804a9 multipath-tools: backport build fix for musl libc 1.2.5 2024-05-23 14:35:06 +02:00
Yureka
ccbea646d9 multipath-tools: 0.9.6 -> 0.9.8 2024-05-23 14:35:06 +02:00
Bernardo Meurer
519d61974f
Merge pull request #313685 from DontEatOreo/update-raycast
raycast: 1.74.1 -> 1.75.1
2024-05-22 17:27:31 -04:00
Weijia Wang
fbe324ceae
Merge pull request #305387 from wegank/mcfgthread-12-drop
windows.mcfgthreads_pre_gcc_13: drop
2024-05-22 20:05:33 +02:00
Nick Cao
b72dc8eb43
Merge pull request #313440 from Kiskae/nvidia/555.42.02
linuxPackages.nvidiaPackages.beta: 550.40.07 -> 555.42.02
2024-05-22 13:20:09 -04:00
DontEatOreo
8e26ccbdb4
raycast: 1.74.1 -> 1.75.1 2024-05-22 17:06:44 +03:00
DontEatOreo
1ba6d73dfd
raycast: format with nixfmt-rfc-style 2024-05-22 17:04:19 +03:00
DontEatOreo
a4a7de5eda
raycast: refactor license in meta 2024-05-22 16:59:26 +03:00
DontEatOreo
6a1d6150b9
raycast: sort meta 2024-05-22 16:47:15 +03:00
DontEatOreo
4ac7983d2c
raycast: remove with lib; from meta 2024-05-22 16:43:08 +03:00
Weijia Wang
9a5bfec4dd
Merge pull request #312994 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 19.3.0-54924 -> 19.3.1-54941
2024-05-22 04:06:09 +02:00
Peder Bergebakken Sundt
b758deb6df
Merge pull request #310179 from phlip9/phlip9/linux-sgx-2.24
sgx-sdk: 2.23 -> 2.24
2024-05-22 01:43:20 +02:00
Nick Cao
a9951c60b8
Merge pull request #313205 from NickCao/bpftune
bpftune: unstable-2023-12-20 -> 0-unstable-2024-05-17
2024-05-21 18:18:59 -04:00
Thiago Kenji Okada
a5b62e55e5
Merge pull request #313401 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.8.6-zen1 -> 6.9.1-zen1 ; linuxKernel.kernels.linux_lqx: 6.8.6-lqx2 -> 6.8.10-lqx1
2024-05-21 22:11:55 +01:00
Fabián Heredia Montiel
13003e44c5
Merge pull request #313236 from NixOS/update-hardened
Linux hardened kernels for 2024-05-20
2024-05-21 14:34:49 -06:00
github-actions[bot]
6ff18cf329
Merge master into staging-next 2024-05-21 18:00:59 +00:00
Kiskae
c0024cfbe1 linuxPackages.nvidiaPackages.beta: 550.40.07 -> 555.42.02 2024-05-21 19:11:07 +02:00
Jerry
84d5f56ad7 linuxKernel.kernels.linux_lqx: 6.8.6-lqx2 -> 6.8.10-lqx1 2024-05-21 15:31:16 +02:00
Jerry
5516382a64 linuxKernel.kernels.linux_zen: 6.8.6-zen1 -> 6.9.1-zen1 2024-05-21 15:29:42 +02:00
DontEatOreo
3ff593a54d
raycast: 1.74.0 -> 1.74.1 2024-05-21 13:37:19 +03:00
Fabián Heredia Montiel
79081fda5e linux/hardened/patches/6.9: init at 6.9.1-hardened1
- ACPI_CUSTOM_METHOD: dropped in 0cc46f1a52b4220ec11d98a01575909ca820a7b4
- UBSAN_SANITIZE_ALL: dropped in 918327e9b7ffb45321cbb4b9b86b58ec555fe6b3
2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
2da6412799 linux/hardened/patches/6.8: 6.8.9-hardened1 -> 6.8.10-hardened1 2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
f63472362f linux/hardened/patches/6.6: 6.6.30-hardened1 -> 6.6.31-hardened1 2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
6b5fc5d730 linux/hardened/patches/6.1: 6.1.90-hardened1 -> 6.1.91-hardened1 2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
194cc4a79e linux/hardened/patches/5.4: 5.4.275-hardened1 -> 5.4.276-hardened1 2024-05-20 15:13:12 -06:00
Fabián Heredia Montiel
2d5c754468 linux/hardened/patches/5.15: 5.15.158-hardened1 -> 5.15.159-hardened1 2024-05-20 15:13:12 -06:00
Fabián Heredia Montiel
bed5bf9e08 linux/hardened/patches/5.10: 5.10.216-hardened1 -> 5.10.217-hardened1 2024-05-20 15:13:12 -06:00