Commit Graph

24989 Commits

Author SHA1 Message Date
github-actions[bot]
e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
	pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
Artturi
94633f04a3
Merge pull request #257386 from RaySlash/hid-tmff2 2023-11-10 16:02:36 +02:00
Nick Cao
174b62bce9
Merge pull request #266407 from danielfullmer/fwts-dtc
fwts: use absolute path for dtc utility
2023-11-10 08:28:13 -05:00
RaySlash
546fc20314 hid-tmff2: init at v0.81
A linux module for Thrustmaste T300RS, T248 and TX(experimental) wheels.
ca168637fb

- Additionally, https://github.com/scarburato/hid-tminit is also required
for proper init of the driver.

- The driver has been updated to v0.81

- Fixed a typo in maintainer-list

- hid-tmff2 update sha256

- update hid-tmff2 version

Co-authored-by: Artturi <Artturin@artturin.com>
2023-11-10 21:12:42 +10:00
OTABI Tomoya
13d14a1850
Merge pull request #265459 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 23.08 -> 23.11
2023-11-10 18:23:06 +09:00
github-actions[bot]
363bca638c
Merge staging-next into staging 2023-11-10 06:01:55 +00:00
github-actions[bot]
b55905ceb6
Merge master into staging-next 2023-11-10 06:01:22 +00:00
Anthony Roussel
db4c847f86
tomb: fix meta.license 2023-11-10 00:07:38 +01:00
Anthony Roussel
99c8b3b70a
tomb: add all required dependencies with wrapProgram 2023-11-09 21:18:19 +01:00
Anthony Roussel
42ad64f5d1
tomb: add anthonyroussel to maintainers 2023-11-09 21:18:19 +01:00
Anthony Roussel
7f18b54727
tomb: add passthru.updateScript 2023-11-09 21:18:17 +01:00
Anthony Roussel
9481b1fe8f
tomb: 2.9 -> 2.10
https://github.com/dyne/Tomb/blob/master/ChangeLog.md#210
https://github.com/dyne/Tomb/compare/v2.9...v2.10
2023-11-09 21:17:14 +01:00
Anthony Roussel
fb2a8bdf99
tomb: format with nixpkgs-fmt 2023-11-09 21:09:59 +01:00
github-actions[bot]
6a669d1ab2
Merge staging-next into staging 2023-11-09 18:01:27 +00:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next 2023-11-09 18:00:56 +00:00
Rick van Schijndel
304b2a3908
Merge pull request #262354 from stepbrobd/aldente
aldente: 1.22.2 -> 1.22.3
2023-11-09 18:07:31 +01:00
Daniel Fullmer
142e4cddaf fwts: use absolute path for dtc utility 2023-11-09 08:24:34 -08:00
zzzsyyy
c7b6b8f629
xanmod-kernels: change to 250 Hz timer frequency
this change follows the commit eca832941c
2023-11-09 18:34:47 +08:00
zzzsyyy
adb763477d
linux_xanmod_latest: 6.5.10 -> 6.5.11 2023-11-09 18:15:33 +08:00
zzzsyyy
c12d0567a3
linux_xanmod: 6.1.61 -> 6.1.62 2023-11-09 18:09:58 +08:00
github-actions[bot]
50249cdaf2
Merge staging-next into staging 2023-11-09 00:02:40 +00:00
github-actions[bot]
00a0662a3c
Merge master into staging-next 2023-11-09 00:02:14 +00:00
Jerry Starke
91f5e33996 linuxKernel.kernels.linux_lqx: 6.5.10-lqx1 -> 6.5.11-lqx1 2023-11-08 20:19:10 +01:00
Jerry Starke
480f593e80 linuxKernel.kernels.linux_zen: 6.6-zen1 -> 6.6.1-zen1 2023-11-08 20:17:43 +01:00
github-actions[bot]
3271403dc0
Merge staging-next into staging 2023-11-08 18:01:26 +00:00
github-actions[bot]
536833ef29
Merge master into staging-next 2023-11-08 18:01:00 +00:00
Fabián Heredia Montiel
68e8d488a3
Merge pull request #266255 from alyssais/linux-6.6.1
Linux kernels 2023-11-08
2023-11-08 09:43:56 -06:00
Alyssa Ross
fa72c8b2bb
linux_6_1: 6.1.61 -> 6.1.62 2023-11-08 15:10:08 +01:00
Alyssa Ross
b5c3f28b75
linux_6_5: 6.5.10 -> 6.5.11 2023-11-08 15:10:07 +01:00
Anthony Roussel
408ed815c6 linuxPackages.evdi: fix build for Linux 4.19
The build fails with:

```console
module/evdi_fb.c: In function 'evdifb_create':
module/evdi_fb.c:427:21:
error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
  427 |         info->fbops = efbdev->fb_ops;
      |                     ^
````

A resolution is to treat discard-qualifiers warnings as non-error.

See https://hydra.nixos.org/build/239848621
2023-11-08 13:04:01 +01:00
Anthony Roussel
43fbdc751b linuxPackages.evdi: mark broken on linux 6.6
Fixes #265868
`evdi` kernel module is incompatible with Linux 6.6, so mark it as broken.
2023-11-08 13:04:01 +01:00
Alyssa Ross
001109e60e
linux/hardened/patches/6.5: 6.5.8-hardened1 -> 6.5.10-hardened1 2023-11-08 13:03:35 +01:00
Alyssa Ross
2e8fb2dfa3
linux/hardened/patches/6.4: init at 6.4.16-hardened1 2023-11-08 13:03:24 +01:00
Alyssa Ross
93f2f93408
linux/hardened/patches/6.1: 6.1.60-hardened1 -> 6.1.61-hardened1 2023-11-08 13:02:20 +01:00
github-actions[bot]
d49b3ff9e3
Merge staging-next into staging 2023-11-08 12:02:19 +00:00
Alyssa Ross
bd20efaed3
linux_4_14: 4.14.328 -> 4.14.329 2023-11-08 13:01:42 +01:00
Alyssa Ross
592d7bde9a
linux_4_19: 4.19.297 -> 4.19.298 2023-11-08 13:01:32 +01:00
Alyssa Ross
966c4def3d
linux_5_4: 5.4.259 -> 5.4.260 2023-11-08 13:01:17 +01:00
Alyssa Ross
817471f227
linux_6_6: 6.6 -> 6.6.1 2023-11-08 13:00:45 +01:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next 2023-11-08 06:15:46 +00:00
github-actions[bot]
89ac5d8ca3
Merge staging-next into staging 2023-11-08 00:02:52 +00:00
Artturi
d24da52844
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild 2023-11-08 00:13:25 +02:00
Weijia Wang
4c234ceeb6
Merge pull request #266068 from reckenrode/clang16-fixes-batch4
darwin.text_cmds,inetutils: fix build with clang 16
2023-11-07 21:17:33 +01:00
github-actions[bot]
d0018c61ff
Merge staging-next into staging 2023-11-07 18:01:28 +00:00
github-actions[bot]
1505981287
Merge master into staging-next 2023-11-07 18:00:55 +00:00
Randy Eckenrode
daa4cd2c2a
darwin.text_cmds: fix build with clang 16 2023-11-07 09:17:04 -05:00
Nick Cao
5df4c7570b
Merge pull request #266013 from Kiskae/nvidia/535.43.16
linuxPackages.nvidia_x11_vulkan_beta: 535.43.15 -> 535.43.16
2023-11-07 08:32:06 -05:00
Kiskae
d8b7213174 linuxPackages.nvidia_x11_vulkan_beta: 535.43.15 -> 535.43.16 2023-11-07 08:46:04 +01:00
Weijia Wang
8012034692 Merge branch 'staging-next' into staging 2023-11-07 03:41:49 +01:00