Commit Graph

23709 Commits

Author SHA1 Message Date
Austin Horstman
fb8f43e5bf
sketchybar: add khaneliman as maintainer 2023-07-30 20:03:08 -05:00
Nick Cao
57e0e1a1bb
Merge pull request #246257 from r-ryantm/auto-update/ksmbd-tools
ksmbd-tools: 3.4.8 -> 3.4.9
2023-07-30 18:30:59 -06:00
Nick Cao
e984da6da0
Merge pull request #246260 from ius/rtl-fixes
linuxPackages.{rtl8812au,rtl88x2bu}: update to latest
2023-07-30 18:30:26 -06:00
Nick Cao
55cbd1b03b
Merge pull request #246231 from Ralith/unmaintain
linuxPackages.rtl88x2bu: remove myself from maintainers
2023-07-30 18:27:48 -06:00
Joerie de Gram
b84613efb9 linuxPackages.rtl8812au: unstable-2023-07-20 -> unstable-2023-07-22 2023-07-31 00:53:29 +02:00
Joerie de Gram
d7a34b5327 linuxPackages.rtl88x2bu: unstable-2023-07-20 -> unstable-2023-07-23 2023-07-31 00:53:06 +02:00
R. Ryantm
739fc68371 ksmbd-tools: 3.4.8 -> 3.4.9 2023-07-30 22:11:35 +00:00
Artturi
97077de977
Merge pull request #244531 from nikstur/systemd-fix-ukify-for-cross 2023-07-30 23:02:47 +03:00
Austin Horstman
0610720dad
apple_sdk_11_0: Add MediaRemote private framework 2023-07-30 14:16:06 -05:00
Benjamin Saunders
3e61801f5d linuxPackages.rtl88x2bu: remove myself from maintainers
I no longer have one of these.
2023-07-30 11:28:09 -07:00
Sophie Tauchert
8761d9dbd5
iio-sensor-proxy: change maintainer 2023-07-30 19:32:22 +02:00
Sophie Tauchert
eab4597120
iio-sensor-proxy: 3.0 -> 3.5 2023-07-30 19:32:22 +02:00
Ryan Lahfa
a2a9595033
Merge pull request #244345 from RaitoBezarius/update/kernel-testing 2023-07-30 18:58:17 +02:00
Raito Bezarius
7fae011619 linux_testing: 6.5-rc2 -> 6.5-rc3
https://lwn.net/Articles/939013/
2023-07-30 15:39:37 +02:00
Martino Fontana
d9fd4ba733 hid-nintendo: remove 2023-07-30 14:49:27 +02:00
Nick Cao
acedeab236
Merge pull request #245815 from NickCao/uhk
uhk-agent: 3.0.0 -> 3.0.1
2023-07-29 19:14:58 -06:00
Maximilian Bosch
4d8feb88f2
Merge pull request #245648 from LibreCybernetics/update-kernel-hardened
Hardened kernels for 2023-07-25
2023-07-29 18:49:42 +02:00
Pol Dellaiera
6e92b23cdb
Merge pull request #245997 from r-ryantm/auto-update/rdma-core
rdma-core: 46.0 -> 46.1
2023-07-29 11:49:31 +02:00
Atemu
c5944c0e4a
Merge pull request #245881 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-07-28
2023-07-29 11:05:46 +02:00
Pol Dellaiera
dfcd6a0c0d
rdma-core: use finalAttrs pattern 2023-07-29 11:03:16 +02:00
R. Ryantm
a428fcf79f rdma-core: 46.0 -> 46.1 2023-07-29 04:50:32 +00:00
Nick Cao
d3081aeafb
Merge pull request #245956 from Kiskae/nvidia/525.47.35
linuxPackages.nvidia_x11_vulkan_beta: 525.47.34 -> 525.47.35
2023-07-28 18:38:32 -06:00
Nick Cao
3448b9f174
Merge pull request #245906 from stepbrobd/airbuddy
airbuddy: 2.7 -> 2.7.1
2023-07-28 18:21:10 -06:00
Ryan Lahfa
020ff5ccb5
Merge pull request #239780 from RaitoBezarius/nixos-for-aps 2023-07-28 23:12:36 +02:00
Kiskae
19a2f8dfb8 linuxPackages.nvidia_x11_vulkan_beta: 525.47.34 -> 525.47.35 2023-07-28 23:08:20 +02:00
Silvan Mosberger
a0b8caf3bc
Revert "lib.customisation: uncurry makeScopeWithSplicing" 2023-07-28 23:04:09 +02:00
Adam Joseph
12cb207d20
Merge pull request #245824 from amjoseph-nixpkgs/pr/lib/customization/makeScopeWithSplicing
lib.customisation: uncurry makeScopeWithSplicing
2023-07-28 20:55:44 +00:00
StepBroBD
b94abe0b54
airbuddy: 2.7 -> 2.7.1 2023-07-28 09:40:12 -07:00
Ryan Lahfa
3ac8c61e9d
Merge pull request #244883 from LibreCybernetics/linux_6_3_eol 2023-07-28 18:40:03 +02:00
Artturin
3716ef19d8 lib.makeScopeWithSplicing: provide default for keep,extra
These are often unneeded by the user.
2023-07-28 17:41:01 +03:00
Atemu
c7ac8bcc04 linux_xanmod_latest: 6.4.4 -> 6.4.7 2023-07-28 16:03:01 +02:00
Atemu
cbf2d325b4 linux_xanmod: 6.1.39 -> 6.1.42 2023-07-28 16:02:45 +02:00
Emily Trau
52ec937b77 minimal-bootstrap.findutils: init at 4.4.2 2023-07-28 02:23:05 -07:00
Adam Joseph
cb13669b00 lib.customisation: uncurry makeScopeWithSplicing
Deeply-curried functions are pretty error-prone in untyped languages
like Nix.  This is a particularly bad case because
`top-level/splice.nix` *also* declares a makeScopeWithSplicing, but
it takes *two fewer arguments*.

Let's switch to attrset-passing form, to provide some minimal level
of sanity-checking.
2023-07-27 21:31:59 -07:00
Nick Cao
1cb4df5ca3
uhk-agent: 3.0.0 -> 3.0.1
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.0.0...v3.0.1
2023-07-28 10:36:18 +08:00
Fabián Heredia Montiel
2c02110768 linux/hardened/patches/6.4: 6.4.4-hardened1 → 6.4.6-hardened1 2023-07-26 20:52:09 -06:00
Fabián Heredia Montiel
c3fb402a65 linux/hardened/patches/6.1: 6.1.39-hardened1 → 6.1.41-hardened1 2023-07-26 20:52:09 -06:00
Fabián Heredia Montiel
26f1259268 linux/hardened/patches/5.4: 5.4.249-hardened1 → 5.4.250-hardened1 2023-07-26 20:52:09 -06:00
Fabián Heredia Montiel
12dd64a435 linux/hardened/patches/5.15: 5.15.120-hardened1 → 5.15.122-hardened1 2023-07-26 20:52:09 -06:00
Fabián Heredia Montiel
8f50487784 linux/hardened/patches/5.10: 5.10.186-hardened1 → 5.10.187-hardened1 2023-07-26 20:52:09 -06:00
Fabián Heredia Montiel
13c18a57f7 linux/hardened/patches/4.19: 4.19.288-hardened1 → 4.19.289-hardened1 2023-07-26 20:52:09 -06:00
Samuel Ainsworth
931999d13b
Merge pull request #235024 from deshaw/upstream-dcgm
Add NVIDIA DCGM and DCGM-exporter (prometheus)
2023-07-26 14:48:38 -07:00
Elliot Cameron
1cdc3752a5 dcgm: init at 3.1.8 2023-07-26 16:11:54 -04:00
Pol Dellaiera
ae28f7190a
Merge pull request #239405 from r-ryantm/auto-update/openiscsi
openiscsi: 2.1.8 -> 2.1.9
2023-07-26 13:29:09 +02:00
Pol Dellaiera
86af7da8c4
Merge pull request #244838 from r-ryantm/auto-update/sof-firmware
sof-firmware: 2.2.5 -> 2.2.6
2023-07-26 13:27:48 +02:00
Randy Eckenrode
3f948b7664
netbsd.compat: use strip from cctools-port
llvm-strip does not support `-X` for Mach-O, so make sure the cctools
version is used.
2023-07-25 21:28:08 -04:00
Nick Cao
e5123f20c4
Merge pull request #244799 from emilytrau/grandperspective-3.4.1
grandperspective: 3.0.1 -> 3.4.1
2023-07-25 19:09:03 -06:00
K900
5a5ddf79cc linux-firmware: fix build, add explicit revision 2023-07-25 10:42:28 +03:00
K900
ae7e8aba16
Merge pull request #245305 from K900/linux-firmware-20230725
linux-firmware: 20230625 -> unstable-2023-07-24
2023-07-25 09:17:22 +03:00
K900
0c75a062bb linux-firmware: 20230625 -> unstable-2023-07-24
Includes a better Zenbleed mitigation and some misc fixes.
2023-07-25 07:44:27 +03:00
K900
e998e5216c linux: 6.4.5 -> 6.4.6 2023-07-25 07:37:52 +03:00
K900
04141e9828 linux: 6.1.40 -> 6.1.41 2023-07-25 07:37:47 +03:00
K900
6da374098b linux: 5.4.249 -> 5.4.250 2023-07-25 07:37:42 +03:00
K900
c28af224b5 linux: 5.15.121 -> 5.15.122 2023-07-25 07:37:38 +03:00
K900
d5cddc3d2f linux: 5.10.186 -> 5.10.187 2023-07-25 07:37:34 +03:00
K900
16c27410de linux: 4.19.288 -> 4.19.289 2023-07-25 07:37:28 +03:00
Nick Cao
916f31cd84
Merge pull request #245226 from Kiskae/nvidia/525.47.34
linuxPackages.nvidia_x11_vulkan_beta: 525.47.31 -> 525.47.34
2023-07-24 17:10:18 -06:00
Sandro
dfcffbd74f
Merge pull request #225055 from jtrees/update-wooting-udev-rules
wooting: update udev rules
2023-07-24 23:56:31 +02:00
Sandro
ada96da183
Merge pull request #244744 from majiru/9ptls-init
9ptls: init at 1.6.4
2023-07-24 22:48:29 +02:00
Joshua Trees
519d8cf92d wooting: update udev rules 2023-07-24 22:34:52 +02:00
Thiago Kenji Okada
760bd2acfa linuxKernel.kernels.linux_lqx: 6.4.2-lqx1 -> 6.4.6-lqx1 2023-07-24 21:20:34 +01:00
Thiago Kenji Okada
6e5d526c5e linuxKernel.kernels.linux_zen: 6.4.2-zen1 -> 6.4.6-zen1 2023-07-24 21:20:25 +01:00
Kiskae
5f5090b3f1 linuxPackages.nvidia_x11_vulkan_beta: 525.47.31 -> 525.47.34 2023-07-24 20:44:06 +02:00
K900
874e84b691
Merge pull request #245074 from K900/kernels-20230723
Kernels for 2023-07-23
2023-07-24 12:11:04 +03:00
Stzx
e196c81a23
udisks2: fix conf file loading warnings 2023-07-24 11:41:50 +08:00
github-actions[bot]
449a683b10
Merge master into staging-next 2023-07-24 00:02:26 +00:00
Nick Cao
2fa66c0d38
Merge pull request #245027 from jeremiehuchet/fix/linuxPackages.rtl8821au-update
linuxPackages.rtl8821au: 2023-07-20 -> 2023-07-23
2023-07-23 17:10:16 -06:00
Sandro
547b9c6186
Merge pull request #243933 from kirillrdy/tp_smapi
linuxKernel.packages.tp_smapi: fix build for 6.4+
2023-07-23 23:40:06 +02:00
Sandro
1d1fe1fe14
Merge pull request #245063 from SuperSandro2000/remove-maintainer
treewide: reduce packages I maintainer
2023-07-23 21:28:26 +02:00
K900
f1237348f3 linux: 6.4.4 -> 6.4.5 2023-07-23 22:14:31 +03:00
K900
39157de5fd linux: 6.1.39 -> 6.1.40 2023-07-23 22:14:00 +03:00
K900
e518edd718 linux: 5.15.120 -> 5.15.121 2023-07-23 22:13:23 +03:00
github-actions[bot]
6afe543aec
Merge master into staging-next 2023-07-23 18:01:33 +00:00
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Emily Trau
d31da8e6d9 minimal-bootstrap.diffutils: init at 2.8.1 2023-07-23 06:20:47 -07:00
Jeremie Huchet
710796a1b5 linuxPackages.rtl8821au: 2023-07-20 -> 2023-07-23
fix module build with kernel 6.1.39+

Diff: 072413261b...0dc022287b
2023-07-23 14:21:09 +02:00
Emily Trau
3c850627a6 minimal-bootstrap.bash: init at 5.2.15 2023-07-22 21:51:39 -07:00
Emily Trau
9811c08c16 minimal-bootstrap.gcc2: also install libgcc when not built with mes 2023-07-22 21:51:39 -07:00
Emily Trau
6ce1c92354 minimal-bootstrap.gnused: rebuild with glibc to fix pipe behaviour 2023-07-22 21:51:34 -07:00
github-actions[bot]
86a73bdb86
Merge master into staging-next 2023-07-23 00:02:31 +00:00
Fabián Heredia Montiel
ffba10cd9a linux_6_3: drop as EOL 2023-07-22 12:46:17 -06:00
Atemu
ea4ab285a6
Merge pull request #244707 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-07-21
2023-07-22 20:36:00 +02:00
github-actions[bot]
41e6556ad3
Merge master into staging-next 2023-07-22 18:01:06 +00:00
R. Ryantm
3836a2e32d sof-firmware: 2.2.5 -> 2.2.6 2023-07-22 13:53:14 +00:00
Nick Cao
f0cb1580fb
Merge pull request #244797 from emilytrau/hexfiend-platforms
hexfiend: fix platform meta
2023-07-22 06:37:02 -06:00
github-actions[bot]
045f0259fe
Merge master into staging-next 2023-07-22 12:01:28 +00:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Emily Trau
774e250ab3 grandperspective: 3.0.1 -> 3.4.1 2023-07-22 19:15:07 +10:00
Emily Trau
f9dcbee583 hexfiend: fix platform meta 2023-07-22 18:54:40 +10:00
github-actions[bot]
c892f7b1e4
Merge master into staging-next 2023-07-22 06:01:12 +00:00
Nick Cao
525b0a9d1a
Merge pull request #244620 from NickCao/kmod
linuxPackages.{mba6x_bl,rtl8812au,rtl8821au,.rtl88x2bu,lttng-modules}: update to latest version
2023-07-21 20:19:51 -06:00
Nick Cao
a64809bb5f
linuxPackages.lttng-modules: 2.13.8 -> 2.13.10
Diff: https://github.com/lttng/lttng-modules/compare/v2.13.8...v2.13.10
2023-07-22 10:12:51 +08:00
Nick Cao
af39a65adb
linuxPackages.rtl88x2bu: unstable-2023-03-17 -> unstable-2023-07-20
Diff: f0a2c9c740...28bcb8b3eb
2023-07-22 10:12:50 +08:00
Nick Cao
067d3fb75e
linuxPackages.rtl8821au: unstable-2023-03-22 -> unstable-2023-07-20
Diff: a133274b05...072413261b
2023-07-22 10:12:48 +08:00
Nick Cao
abdc48a123
linuxPackages.rtl8812au: unstable-2023-05-11 -> unstable-2023-07-20
Diff: 765d4e4bd5...51338202d2
2023-07-22 10:12:47 +08:00
Nick Cao
8c514e6a19
linuxPackages.mba6x_bl: unstable-2016-12-08 -> unstable-2017-12-30
Diff: b96aafd30c...639719f516
2023-07-22 10:12:43 +08:00
Jacob Moody
a028e98391 pam_dp9ik: 1.5 -> 1.6.4 2023-07-21 19:45:49 -05:00
Jacob Moody
af484128b9 _9ptls: init at 1.6.4 2023-07-21 19:45:49 -05:00
github-actions[bot]
c05c2c2f5c
Merge master into staging-next 2023-07-22 00:02:13 +00:00
Sandro
ef25e7a3da
Merge pull request #244599 from therishidesai/rdesai/dev-fanout
fanout: init at unstable-2023-07-21
2023-07-21 23:19:35 +02:00