Alyssa Ross
f515bfb594
linux-rt_6_6: 6.6.22-rt27 -> 6.6.23-rt28
2024-04-02 12:34:05 +02:00
Alyssa Ross
9fc0f24367
linux-rt_6_1: 6.1.82-rt27 -> 6.1.83-rt28
2024-04-02 12:34:05 +02:00
Alyssa Ross
b2504018cb
linux_testing: 6.9-rc1 -> 6.9-rc2
2024-04-02 12:34:05 +02:00
Weijia Wang
3f88034387
Merge pull request #299969 from runeksvendsen/fix-libsystem-bug
...
Libsystem: remove broken `postFetch` step in `darling.src`
2024-04-02 05:49:09 +02:00
R. Ryantm
24f6dc164f
libbpf: 1.3.0 -> 1.4.0
2024-04-02 01:20:01 +00:00
Sebastian Sellmeier
277ec9238b
framework-laptop-kmod: unstable-2023-12-03 -> 0-unstable-2024-01-02
2024-04-02 02:11:21 +02:00
github-actions[bot]
6c56d2db74
Merge staging-next into staging
2024-04-02 00:02:54 +00:00
Nick Cao
39caef59fa
Merge pull request #300778 from Kiskae/nvidia/550.40.59
...
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.55 -> 550.40.59
2024-04-01 19:06:43 -04:00
Vladimír Čunát
5476cea489
Merge #298548 : staging-next 2024-03-24
2024-04-01 22:49:19 +02:00
Kiskae
03caf08d76
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.55 -> 550.40.59
2024-04-01 22:35:10 +02:00
Andrew Marshall
228dc7eaf4
nixos-rebuild: Fix repl
with a relative flake path
...
Most nixos-rebuild commands support a relative flake path, however
`repl` uses `builtins.getFlake` and that requires an absolute path. So
ensure we pass an absolute path to it, providing UX consistency. Only do
so when the path exists in order to passthrough URLs as-is.
2024-04-01 16:29:54 -04:00
Adam C. Stephens
f16ab18e2a
Merge pull request #300655 from toastal/zfs-2.1.13-unstable-2024-03-30
...
zfs_unstable: 2.2.3-unstable-2024-03-21 → 2.2.3-unstable-2024-03-30
2024-04-01 16:00:28 -04:00
Marc Jakobi
6515d15664
tuxed-rs: 0.3.0 -> 0.3.1
2024-04-01 20:27:13 +02:00
github-actions[bot]
0156d8b951
Merge staging-next into staging
2024-04-01 18:01:27 +00:00
github-actions[bot]
ef44d46775
Merge master into staging-next
2024-04-01 18:00:59 +00:00
John Ericson
4d1a4fd113
Merge pull request #300707 from obsidiansystems/rhelmot-src-infra
...
freebsd: Use @rhelmot's version infra
2024-04-01 12:22:10 -04:00
R. Ryantm
ce944edd26
rdma-core: 50.0 -> 51.0
2024-04-01 15:43:36 +00:00
K900
4c147d4246
Merge pull request #300657 from LordMZTE/gpio-power
...
linux: enable POWER_RESET_GPIO and POWER_RESET_GPIO_RESTART modules
2024-04-01 18:42:39 +03:00
John Ericson
1bcf7a8b53
freebsd: Use's @rhelmot's version infra
...
This is in preparation for multiple version support, and PR #298849 .
2024-04-01 10:45:54 -04:00
John Ericson
48020a2121
Merge pull request #299347 from obsidiansystems/freebsd-by-name
...
FreeBSD: Use separate files for packages
2024-04-01 09:36:54 -04:00
github-actions[bot]
2b35fa47dc
Merge staging-next into staging
2024-04-01 12:01:46 +00:00
github-actions[bot]
2f73b699a3
Merge master into staging-next
2024-04-01 12:01:19 +00:00
Jörg Thalheim
7c045a5460
Merge pull request #300630 from SebTM/sysdig_036
...
sysdig: 0.35.3 -> 0.36.0
2024-04-01 12:42:43 +02:00
Jörg Thalheim
1a92639f29
sysdig: disable hardened and zen kernels
...
Also it currently compiles with zen kernels, it doesn't with lqx.
Since we currently don't have a mechanism of lqx only, we can re-add,
if one of the lqx/zen maintainers steps up and also help maintaining and testing sysdig.
2024-04-01 10:31:15 +00:00
LordMZTE
d8489497c3
linux: enable POWER_RESET_GPIO and POWER_RESET_GPIO_RESTART modules
...
These modules are very useful for power management via GPIO pins on
embedded platforms such as the Raspberry Pi. The POWER_RESET_GPIO module
has been tested on a Raspberry Pi 3B+.
2024-04-01 12:18:47 +02:00
toastal
14377d6b82
zfs_unstable: 2.2.3-unstable-2024-03-21 → 2.2.3-unstable-2024-03-30
2024-04-01 17:00:42 +07:00
Sergio Miguéns Iglesias
ac7cf00591
rtl8852au: init at 70bdde2
2024-04-01 11:13:09 +02:00
Rune K. Svendsen
4f911a7247
Libsystem
: fix broken postFetch
step in darling.src
...
Fixes #297765
The `postFetch` step was broken in several ways:
1. It attempts to unpack the archive, but this has already been done before reaching this step.
2. It unpacks the file `$downloadedFile`, but this file no longer exists because it's been moved to `$renamed`.
Additionally, since (1) neither directory `src/opendirectory` nor `src/OpenDirectory` are used for anything, and (2) it's not clear whether Nix produces different hashes depending on file system case sensitivity, the chosen solution is to just remove both these two directories for now. If later a file from either directory is needed, an investigation needs to be done on how Nix hashes archives with clashing names on case insensitive file systems.
2024-04-01 10:27:35 +02:00
Vladimír Čunát
e7df8051fb
fixup! lxc: fixup build
2024-04-01 09:51:36 +02:00
Vladimír Čunát
64cdda4b5f
lxc: fixup build
...
https://hydra.nixos.org/build/254601361/nixlog/1/tail
See issue #300635
2024-04-01 09:50:31 +02:00
Sebastian Sellmeier
50625bd0fb
sysdig: fix formattig
2024-04-01 09:50:07 +02:00
Sebastian Sellmeier
b6e65a161a
sysdig: 0.35.3 -> 0.36.0
2024-04-01 09:49:11 +02:00
Alyssa Ross
5c96956e4b
linuxPackages.rust-out-of-tree-module: tighten platforms
...
Linux only supports Rust on x86_64 and (as of 6.9) aarch64.
2024-04-01 09:37:19 +02:00
github-actions[bot]
cecbc89f55
Merge staging-next into staging
2024-04-01 06:01:40 +00:00
github-actions[bot]
409234ba0c
Merge master into staging-next
2024-04-01 06:01:12 +00:00
Adam C. Stephens
559cda20de
Merge pull request #300151 from adamcstephens/lxcfs/6
...
lxcfs: 5.0.4 -> 6.0.0
2024-03-31 23:26:37 -04:00
github-actions[bot]
ad17f02de7
Merge staging-next into staging
2024-04-01 00:03:00 +00:00
github-actions[bot]
e4dc8790bf
Merge master into staging-next
2024-04-01 00:02:29 +00:00
Weijia Wang
1dd5dd480b
Merge pull request #300267 from khaneliman/yabai
...
yabai: 7.0.3 -> 7.0.4
2024-03-31 23:39:28 +02:00
Randy Eckenrode
5f43b93b50
Merge pull request #300484 from reckenrode/libiconv-revert
...
darwin.libiconv: revert switch to libiconvReal
2024-03-31 11:23:13 -04:00
Randy Eckenrode
a426aa3a3f
Revert "darwin.libiconv: remove and add to darwin-aliases"
...
This reverts commit 521ea079b9
.
2024-03-31 09:57:54 -04:00
Maxine Aubrey
666d584a15
Merge pull request #300282 from trofi/ell-iwd-update
2024-03-31 11:25:04 +02:00
Sergei Trofimovich
0ac77691c9
iwd: 2.16 -> 2.17
...
Changes: https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.17
2024-03-31 07:39:36 +01:00
github-actions[bot]
c8dea9cbe5
Merge staging-next into staging
2024-03-31 00:02:45 +00:00
github-actions[bot]
ba060bffac
Merge master into staging-next
2024-03-31 00:02:07 +00:00
Someone
0660548f6d
Merge pull request #300277 from jonringer/dcgm-autoadd
...
dcgm: use pkgs.autoAddDriverRunpath
2024-03-30 22:37:26 +00:00
Robert Hensing
ea68c891c4
Merge pull request #300308 from philiptaron/nixos-rebuild
...
nixos-rebuild: use `substitute` rather than `substituteAll`
2024-03-30 21:04:00 +01:00
Weijia Wang
065947fb1a
Merge pull request #298497 from r-ryantm/auto-update/fsverity-utils
...
fsverity-utils: 1.5 -> 1.6
2024-03-30 20:51:14 +01:00
Weijia Wang
7dcfb97860
Merge pull request #299077 from r-ryantm/auto-update/linuxKernel.packages.linux_6_8.akvcam
...
linuxKernel.packages.linux_6_8.akvcam: 1.2.5 -> 1.2.6
2024-03-30 20:48:48 +01:00
Philip Taron
a696dbb659
nixos-rebuild: use substitute
rather than substituteAll
...
No change in produced output.
2024-03-30 12:00:21 -07:00
github-actions[bot]
d7ece48399
Merge staging-next into staging
2024-03-30 18:01:46 +00:00
github-actions[bot]
50812f5204
Merge master into staging-next
2024-03-30 18:01:17 +00:00
Sergei Trofimovich
3488e37419
ell: 0.63 -> 0.64
...
Changes: https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.64
2024-03-30 17:38:13 +00:00
Jonathan Ringer
13b0f46825
dcgm: use pkgs.autoAddDriverRunpath
2024-03-30 10:17:46 -07:00
Weijia Wang
602a94f999
Merge pull request #300024 from hraban/grandperspective/mainprogram
...
grandperspective: set mainProgram, link $out/bin
2024-03-30 17:20:00 +01:00
Austin Horstman
32364e88ca
yabai: 7.0.3 -> 7.0.4
2024-03-30 09:33:05 -05:00
Sandro Jäckel
892e9214c8
intel-compute-runtime: 24.05.28454.6 -> 24.09.28717.12
2024-03-30 14:16:45 +01:00
Adam Stephens
811965cd34
lxcfs: 5.0.4 -> 6.0.0
2024-03-29 22:45:27 -04:00
Adam Stephens
248dc21a54
treewide: fix renamed incus container tests
2024-03-29 22:27:22 -04:00
toonn
81a44b6680
Merge pull request #287609 from reckenrode/darwin-stdenv-improvements
...
darwin.stdenv: improvements and overrideSDK rewrite
2024-03-29 18:30:26 +01:00
Hraban Luyat
a74d6c775b
grandperspective: set mainProgram, link $out/bin
2024-03-29 13:14:49 -04:00
Mario Rodas
e320182804
Merge pull request #298994 from trofi/linux-pam-revert-helper
...
pam: pull upstream fix to restore empty password handling
2024-03-29 10:13:53 -05:00
Randy Eckenrode
39a5f4a6ee
darwin.apple_sdk.sdkRoot: init at 10.12 and 11.0
...
Based on the derivation from xcbuild.sdk. apple_sdk.sdkRoot provides
version plists and a hook that passes them automatically to the compiler
as `-isysroot`. This is needed to correctly set the SDK version in
compiled binaries. Otherwise, clang will infer the SDK version to be the
same as the deployment target, which is usually not what you want.
2024-03-29 08:47:41 -04:00
Randy Eckenrode
79db5b641e
darwin.apple_sdk_10_12: add objc4
2024-03-29 08:47:41 -04:00
Randy Eckenrode
2573f2c44a
darwin.apple_sdk_10_12: add Libsystem
2024-03-29 08:47:40 -04:00
Sergei Trofimovich
26154be277
linux-pam: pull upstream fix to restore empty password handling
...
Before the change the login into users without passwords was failing:
https://github.com/NixOS/nixpkgs/issues/297920
It used to work when `linux-pam` used direct `shadow` access when ran as
root. The switch to external helper have broken that use case.
Let's pull accepted upstream fix to restore empty password handling.
2024-03-29 12:12:23 +00:00
Weijia Wang
65f9315740
darwin.insert_dylib: refactor, drop xcbuildHook
2024-03-29 11:44:20 +01:00
github-actions[bot]
e5bc6d679f
Merge staging-next into staging
2024-03-29 06:01:37 +00:00
github-actions[bot]
c9c063bd3c
Merge master into staging-next
2024-03-29 06:01:09 +00:00
Randy Eckenrode
1500fe6dda
Merge pull request #299613 from reckenrode/libiconv-switch
...
darwin.libiconv: switch to libiconvReal and add to darwin-aliases
2024-03-28 23:35:42 -04:00
annalee
7f0e8fc4f9
Merge remote-tracking branch 'upstream/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/langchain-core/default.nix
2024-03-29 00:12:10 +00:00
github-actions[bot]
20c720272e
Merge master into staging-next
2024-03-29 00:02:10 +00:00
JerrySM64
a60c7cff87
linuxKernel.kernels.linux_lqx: 6.7.9-lqx1 -> 6.7.11-lqx1
2024-03-28 21:58:41 +01:00
JerrySM64
0d86c16ff0
linuxKernel.kernels.linux_zen: 6.8-zen1 -> 6.8.2-zen2
2024-03-28 21:57:34 +01:00
Thiago Kenji Okada
48f9437cd1
Merge pull request #263360 from duament/nixos-rebuild-pipe
...
nixos-rebuild: use --pipe instead of --pty in systemd-run
2024-03-28 18:25:08 +00:00
Audrey Dutcher
0157c5f328
FreeBSD: Use separate files for packages
...
There are a number of packages that we ought to be able to autocall, but
cannot because we need to add manual arguments just to avoid splicing.
This sucks but is the right call for now --- the conclusion should be
not that auto-calling is bad, but that splicing is bad.
This tries to do nothing but move things around; hashes are almost
unchanged. @rhelmot then has more changes to do on top of this, which
will be easier to review since code will be modified in place rather
than moved around and modified at the same time.
2024-03-28 09:41:50 -04:00
github-actions[bot]
373201cddf
Merge staging-next into staging
2024-03-28 00:02:59 +00:00
github-actions[bot]
944103e875
Merge master into staging-next
2024-03-28 00:02:30 +00:00
Randy Eckenrode
521ea079b9
darwin.libiconv: remove and add to darwin-aliases
2024-03-27 17:34:51 -04:00
Randy Eckenrode
6ed574305e
Merge pull request #297290 from reckenrode/binutils-fix
2024-03-27 17:21:28 -04:00
Atemu
38760f86d6
Merge pull request #299453 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2024-03-26
2024-03-27 20:47:15 +00:00
Austin Horstman
8c77632c33
skhd: add passthru.updateScript
2024-03-27 14:31:23 -05:00
github-actions[bot]
7dce90771e
Merge staging-next into staging
2024-03-27 18:01:30 +00:00
github-actions[bot]
410019beb5
Merge master into staging-next
2024-03-27 18:01:02 +00:00
DontEatOreo
ba1834b908
mousecape: move to by-name/mo
...
- Previously package resided in darwin/mousecape due to confusion, this
breaks the pkgs category hierarchy as mentioned by
https://github.com/NixOS/nixpkgs/pull/299032#issuecomment-2021684755
- Also switched to using fetchzip
- Fixed maintainer name
2024-03-27 18:43:54 +02:00
Weijia Wang
cb6042a1c6
Merge pull request #298002 from wfdewith/odp-dpdk-1.44.0.0
...
odp-dpdk: 1.42.0.0_DPDK_22.11 -> 1.44.0.0_DPDK_22.11
2024-03-27 16:32:39 +01:00
Nick Cao
28c363bf3b
Merge pull request #299351 from r-ryantm/auto-update/cpustat
...
cpustat: 0.02.19 -> 0.02.20
2024-03-27 10:44:45 -04:00
Maximilian Bosch
fea9c8f0fb
Merge pull request #299418 from K900/kernels-20240327
...
Kernel updates for 2024-03-27
2024-03-27 12:58:10 +00:00
github-actions[bot]
7ead006108
Merge staging-next into staging
2024-03-27 12:01:56 +00:00
github-actions[bot]
14abde4e89
Merge master into staging-next
2024-03-27 12:01:28 +00:00
zzzsyyy
707234ad1c
xanmod-kernels: use CPUFreq governor performance
...
explicitly follows the upstream CPU Frequency scaling configuration
2024-03-27 19:26:47 +08:00
Fabian Affolter
6413c84519
cpustat: refactor
...
- specify license
2024-03-27 09:34:43 +01:00
zzzsyyy
238727c8c2
linux_xanmod_latest: 6.7.10 -> 6.7.11
2024-03-27 16:01:16 +08:00
zzzsyyy
5125649d73
linux_xanmod: 6.6.22 -> 6.6.23
2024-03-27 15:32:42 +08:00
matthewcroughan
704c1f5c7b
akvcam: unmark as broken
2024-03-27 06:35:55 +00:00
github-actions[bot]
2400488a9e
Merge staging-next into staging
2024-03-27 06:01:54 +00:00
github-actions[bot]
26128332c3
Merge master into staging-next
2024-03-27 06:01:26 +00:00
K900
4729d1748a
linux_4_19: 4.19.310 -> 4.19.311
2024-03-27 09:00:26 +03:00
K900
83f95f44a7
linux_5_4: 5.4.272 -> 5.4.273
2024-03-27 09:00:20 +03:00
K900
bdac982855
linux_5_10: 5.10.213 -> 5.10.214
2024-03-27 09:00:13 +03:00
K900
06d01ef1fc
linux_5_15: 5.15.152 -> 5.15.153
2024-03-27 09:00:05 +03:00
K900
10987ad932
linux_6_1: 6.1.82 -> 6.1.83
2024-03-27 08:59:58 +03:00
K900
a95e87f9e9
linux_6_6: 6.6.22 -> 6.6.23
2024-03-27 08:59:54 +03:00
K900
8c95b2ac65
linux_6_7: 6.7.10 -> 6.7.11
2024-03-27 08:59:48 +03:00
K900
71ccd8e617
linux_6_8: 6.8.1 -> 6.8.2
2024-03-27 08:59:44 +03:00
K900
fd2ac5b6f3
Merge pull request #298948 from alyssais/linux-6.9-rc1
...
Linux kernels 2024-03-05
2024-03-27 08:58:18 +03:00
Austin Horstman
a521764513
sketchybar: add passthru.updateScript
2024-03-26 21:19:58 -05:00
R. Ryantm
9be97b77e1
cpustat: 0.02.19 -> 0.02.20
2024-03-27 01:00:27 +00:00
github-actions[bot]
35b4d53616
Merge staging-next into staging
2024-03-26 18:01:57 +00:00
github-actions[bot]
607cdcc471
Merge master into staging-next
2024-03-26 18:01:21 +00:00
Pol Dellaiera
71df962dfd
Merge pull request #299032 from DontEatOreo/darwin-mousecape
...
mousecape: init at 1813
2024-03-26 18:07:34 +01:00
Nick Cao
5507782052
Merge pull request #299090 from r-ryantm/auto-update/bpftrace
...
bpftrace: 0.20.2 -> 0.20.3
2024-03-26 09:32:59 -04:00
Maxine Aubrey
78ae080c3c
Merge pull request #298249 from r-ryantm/auto-update/fwupd-efi
...
fwupd-efi: 1.4 -> 1.5
2024-03-26 13:56:09 +01:00
github-actions[bot]
d277c2e8ce
Merge staging-next into staging
2024-03-26 12:01:30 +00:00
github-actions[bot]
e6f06c8dc6
Merge master into staging-next
2024-03-26 12:01:01 +00:00
OTABI Tomoya
17583652e9
Merge pull request #298970 from khaneliman/yabai
...
yabai: 7.0.2 -> 7.0.3
2024-03-26 18:24:16 +09:00
github-actions[bot]
bd2d42a4f8
Merge staging-next into staging
2024-03-26 06:01:43 +00:00
github-actions[bot]
40938cc5ef
Merge master into staging-next
2024-03-26 06:01:14 +00:00
R. Ryantm
5906a7b23a
bpftrace: 0.20.2 -> 0.20.3
2024-03-26 03:17:53 +00:00
R. Ryantm
848565e6e1
linuxKernel.packages.linux_6_8.akvcam: 1.2.5 -> 1.2.6
2024-03-26 02:40:31 +00:00
Weijia Wang
15c193640a
Merge pull request #297284 from r-ryantm/auto-update/irqbalance
...
irqbalance: 1.9.3 -> 1.9.4
2024-03-26 03:16:05 +01:00
github-actions[bot]
7f09da0f22
Merge staging-next into staging
2024-03-26 00:02:40 +00:00
DontEatOreo
539f801b60
mousecape: init at 1813
2024-03-26 00:09:19 +02:00
Austin Horstman
5a1b40ea92
yabai: 7.0.2 -> 7.0.3
2024-03-25 14:05:52 -05:00
Austin Horstman
bb9a549d5c
yabai: add passthru.updateScript
2024-03-25 14:03:16 -05:00
annalee
7541ec60b6
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-25 18:04:41 +00:00
Alyssa Ross
c9729a3d77
linux-rt_6_6: 6.6.21-rt26 -> 6.6.22-rt27
2024-03-25 16:12:17 +01:00
Alyssa Ross
fb2f48c42b
linux-rt_6_1: 6.1.80-rt26 -> 6.1.82-rt27
2024-03-25 16:12:15 +01:00
Alyssa Ross
5139062705
linux-rt_5_10: 5.10.211-rt103 -> 5.10.213-rt105
2024-03-25 16:12:14 +01:00
Alyssa Ross
c7a64c7213
linux_testing: 6.8-rc7 -> 6.9-rc1
...
DAMON_DBGFS has been renamed to DAMON_DBGFS_DEPRECATED. Let's just
drop it now.
2024-03-25 16:11:51 +01:00
Jörg Thalheim
ea503179c5
Merge pull request #298607 from Mic92/nix-ld-rs
...
nix-ld-rs: init at 2024-03-23
2024-03-25 14:52:21 +01:00
Austin Horstman
79391c8b92
yabai: refactor derivation ( #297334 )
...
Currently, yabai doesn't show up in nixos package search
and, maintainers dont get notified on pull requests.
Reorganizing derivation to resolve.
2024-03-25 13:17:02 +01:00
github-actions[bot]
f904a6b3b5
Merge staging-next into staging
2024-03-25 12:01:47 +00:00
github-actions[bot]
90e2c2cda5
Merge master into staging-next
2024-03-25 12:01:17 +00:00
Pol Dellaiera
682dc91691
Merge pull request #298735 from anthonyroussel/update/autosuspend_2
...
autosuspend: 6.0.0 -> 6.1.1
2024-03-25 10:59:58 +01:00
Weijia Wang
8ffcc12833
Merge pull request #294160 from r-ryantm/auto-update/cryptsetup
...
cryptsetup: 2.7.0 -> 2.7.1
2024-03-25 09:12:56 +01:00
github-actions[bot]
df8426f141
Merge master into staging-next
2024-03-25 06:01:21 +00:00
Anthony Roussel
19d0baefa9
autosuspend: move to pkgs/by-name
2024-03-24 22:01:10 +01:00
Anthony Roussel
ad99178952
autosuspend: 6.0.0 -> 6.1.1
...
https://github.com/languitar/autosuspend/compare/v6.0.0...v6.1.1
2024-03-24 22:01:08 +01:00
DontEatOreo
7f6fd46ab6
raycast: 1.66.2 -> 1.70.2
2024-03-24 22:22:11 +02:00
github-actions[bot]
e3eacb46bc
Merge master into staging-next
2024-03-24 18:01:19 +00:00
Nick Cao
4b2cf9057f
Merge pull request #298516 from r-ryantm/auto-update/esdm
...
esdm: 1.0.2 -> 1.1.0
2024-03-24 10:34:29 -04:00
github-actions[bot]
363196bdee
Merge master into staging-next
2024-03-24 12:01:11 +00:00
Jörg Thalheim
a78abbad4a
nix-ld: move to pkgs/by-name
2024-03-24 12:27:09 +01:00
K900
edeff1bd7d
Merge pull request #298332 from K900/continued-kernel-shenanigans
...
linux/common-config: more tweaks, some repeated tweaks
2024-03-24 12:47:23 +03:00
R. Ryantm
3bcd44865e
esdm: 1.0.2 -> 1.1.0
2024-03-24 01:28:38 +00:00
R. Ryantm
93c638d405
fsverity-utils: 1.5 -> 1.6
2024-03-24 00:19:04 +00:00
github-actions[bot]
144656e6ee
Merge staging-next into staging
2024-03-23 18:01:44 +00:00
Birk
6ed0323361
Merge branch 'master' into drbd-kernel-module
2024-03-23 15:11:41 +00:00
Randy Eckenrode
22a979fe33
darwin.moltenvk: 1.2.7 -> 1.2.8
...
https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.2.8
2024-03-23 09:10:43 -04:00
Adam C. Stephens
13bdb7bb62
Merge pull request #297808 from toastal/zfsUnstable-2.2.4-staging-1
...
zfsUnstable: 2.2.3-unstable-2024-02-12 → 2.2.4-unstable-2024-03-21
2024-03-23 08:12:49 -04:00
github-actions[bot]
97f05fe383
Merge staging-next into staging
2024-03-23 12:01:37 +00:00
K900
1ed5df1e70
linux/common-config: replace simplefb with simpledrm
...
Arch and Fedora have been shipping it for a while now, we should
probably join them in the happy non-fbdev future. Legacy fbdev
drivers are still enabled for now, so non-simpledrm-friendly
devices don't break.
2024-03-23 14:16:11 +03:00
K900
cb39b35304
linux/common-config: enable RC_CORE explicitly
...
Disabled by default in 5.10, needed by MEDIA_CEC_RC
2024-03-23 14:15:44 +03:00
K900
e75a47315c
linux/common-config: reenable schedstats
...
Was disabled in dbdcb3fad4
for "powertop" kernel variants, which was then merged into default
kernels in 77a8ea6fbd
. Not really sure why.
2024-03-23 13:47:40 +03:00
Maximilian Bosch
d7dab308bd
Merge pull request #298103 from alois31/kernel-config-duplicates
...
kernel/common-config: throw on duplicate configuration option definitions
2024-03-23 10:36:57 +00:00
R. Ryantm
3a5873a32e
fwupd-efi: 1.4 -> 1.5
2024-03-23 02:11:52 +00:00
github-actions[bot]
5e808ed203
Merge staging-next into staging
2024-03-23 00:02:29 +00:00
Atemu
fca7db6edb
Merge pull request #296789 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2024-03-15
2024-03-22 21:48:17 +00:00
Alois Wohlschlager
1bfe0f3c08
kernel/common-config: throw on duplicate configuration option definitions
...
Previously, when a kernel configuration option was defined multiple times (in
different sections), only the first value was honored and all subsequent ones
were silently ignored. Remove this footgun by throwing in this situation
instead.
In addition, fix all instances where an option was in fact defined multiple
times. In two cases (`RCU_TORTURE_TEST` and `CRASH_DUMP`), the value was
effectively the same both times. In the other two cases (`SCHEDSTATS` and
`DRM_SIMPLEDRM`) the value was in fact different; the one that was actually
applied was kept here to prevent a rebuild.
2024-03-22 17:14:13 +01:00
toastal
8107bc55f4
zfsUnstable: 2.2.3-unstable-2024-02-12 → 2.2.3-unstable-2024-03-21
...
Has patch to fix 6.8 issue
2024-03-22 23:12:58 +07:00
Wim de With
7feed22946
dpdk-kmods: unbreak hardened kernels
2024-03-22 14:45:39 +01:00
Wim de With
c41df32743
kernel/generic: fix overrides
2024-03-22 14:45:07 +01:00
Wim de With
9804a6c703
kernels.linux_lqx: fix build
2024-03-22 14:45:07 +01:00
github-actions[bot]
350f0a9a66
Merge staging-next into staging
2024-03-22 12:01:46 +00:00
Wim de With
a2d3d02ac7
odp-dpdk: 1.42.0.0_DPDK_22.11 -> 1.44.0.0_DPDK_22.11
2024-03-22 10:48:02 +01:00
Wim de With
3316e3b546
pktgen: 22.07.1 -> 23.10.0
2024-03-21 19:40:57 +01:00
Wim de With
aa4ecea0ee
dpdk-kmods: 2022-08-29 -> 2023-02-05
2024-03-21 19:40:57 +01:00
github-actions[bot]
d28bcc2044
Merge staging-next into staging
2024-03-21 18:01:42 +00:00
Wim de With
24730b0338
dpdk: 23.07 -> 23.11
2024-03-21 16:55:10 +01:00
Weijia Wang
444f009adf
Merge pull request #297171 from wegank/tiscamera-bump
...
tiscamera: 1.0.0 -> 1.1.1
2024-03-21 14:56:31 +01:00
Nick Cao
5d59730d00
Merge pull request #297583 from r-ryantm/auto-update/ryzenadj
...
ryzenadj: 0.14.0 -> 0.15.0
2024-03-21 08:41:28 -04:00
R. Ryantm
3226d006a5
ryzenadj: 0.14.0 -> 0.15.0
2024-03-21 00:29:42 +00:00
github-actions[bot]
5a2110cb61
Merge staging-next into staging
2024-03-21 00:02:33 +00:00
github-actions[bot]
6e6944dbcc
Merge master into staging-next
2024-03-21 00:02:05 +00:00
jopejoe1
d5482f9313
b43FirmwareCutter: change license to bsd2
...
found at $src/COPYING
2024-03-20 20:49:33 +01:00
Nick Cao
2fe0900189
Merge pull request #297237 from Kiskae/nvidia/550.67
...
linuxPackages.nvidiaPackages.production: 535.154.05 -> 550.67
2024-03-20 14:46:08 -04:00
github-actions[bot]
7f8db6f00d
Merge staging-next into staging
2024-03-20 18:01:38 +00:00
github-actions[bot]
36232fff71
Merge master into staging-next
2024-03-20 18:01:02 +00:00
Weijia Wang
bc8d07840e
Merge pull request #296780 from wegank/opencflite-bump
...
opencflite: 476.19.0 -> 635.21.8
2024-03-20 14:42:25 +01:00
github-actions[bot]
fbb579e773
Merge staging-next into staging
2024-03-20 12:01:43 +00:00
github-actions[bot]
90461ffe37
Merge master into staging-next
2024-03-20 12:01:15 +00:00
lassulus
bf7fb6c310
Merge pull request #297391 from Mohaim-1/update-rtl8814au
...
rtl8814au: unstable-2023-03-21 -> unstable-2024-03-19
2024-03-20 16:11:06 +07:00
Weijia Wang
ea012e17f7
maloader: unstable-2014-02-25 -> 0-unstable-2018-05-02
2024-03-20 09:53:22 +01:00
K900
e240f8bde9
Merge remote-tracking branch 'origin/master' into staging-next
2024-03-20 09:27:30 +03:00
K900
c27ef74614
Merge pull request #296867 from NixOS/why-is-there-a-bike-shed-in-the-hole
...
kernel/common-config: enable a whole bunch of stuff
2024-03-20 09:26:03 +03:00
Mohaim-1
597e4a6345
rtl8814au: unstable-2023-03-21 -> unstable-2024-03-19
2024-03-19 22:50:18 -07:00
github-actions[bot]
ffc1886a16
Merge staging-next into staging
2024-03-20 00:02:37 +00:00
github-actions[bot]
a474411771
Merge master into staging-next
2024-03-20 00:02:08 +00:00
Randy Eckenrode
3c0088e8a8
darwin.binutils: properly handle cctools-llvm
...
- Only link `libexec` when using cctools-port. cctools-llvm does not
have a `libexec` folder;
- Use `as` provided by cctools-llvm, which is already using the
clang-integrated assembler on both platforms; and
- Clean up inconsistent use of `builtins`.
2024-03-19 19:04:55 -04:00
R. Ryantm
bb6858cdab
irqbalance: 1.9.3 -> 1.9.4
2024-03-19 22:42:11 +00:00
Weijia Wang
ad429fa49d
Merge pull request #296668 from r-ryantm/auto-update/pcm
...
pcm: 202401 -> 202403
2024-03-19 21:23:33 +01:00
Someone
e7797267a2
Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactor
...
cudaPackages: generalize and refactor setup hooks
2024-03-19 20:06:18 +00:00
Kiskae
7c810fab6d
linuxPackages.nvidiaPackages.production: 535.154.05 -> 550.67
2024-03-19 18:48:40 +01:00
Will Fancher
5e938f3f92
Merge pull request #297077 from sdht0/systemd-update
...
systemd: 255.2 -> 255.4
2024-03-19 13:03:11 -04:00
Weijia Wang
86556ecb35
tiscamera: 1.0.0 -> 1.1.1
2024-03-19 13:33:15 +01:00
K900
f6dc8ef448
kernel/common-config: enable a whole bunch of stuff
...
This is just useful things I've found while diffing our kernel configs
with Arch and Fedora. Some of these have a small performance overhead,
most are completely free.
Switch default performance governor to schedutil, because performance
is almost always a bad default.
2024-03-19 12:00:31 +03:00
github-actions[bot]
66eeab8faf
Merge staging-next into staging
2024-03-19 06:01:43 +00:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Siddhartha
efab38f765
systemd: 255.2 -> 255.4
2024-03-18 21:35:29 -04:00
github-actions[bot]
b727e4cb21
Merge staging-next into staging
2024-03-19 00:02:39 +00:00
Martin Weinelt
00e2713c5b
Merge remote-tracking branch 'origin/master' into staging-next
2024-03-18 19:59:23 +01:00
github-actions[bot]
7ca9ebd637
Merge staging-next into staging
2024-03-18 12:01:53 +00:00
github-actions[bot]
d5491af22d
Merge master into staging-next
2024-03-18 12:01:22 +00:00
K900
853e0c2992
linux/generic: make output of buildLinux overrideable again
...
Fixes #296448
2024-03-18 13:26:54 +03:00
K900
f3f1228b44
Merge pull request #296841 from RaitoBezarius/snd-hda-intel-power-save
...
linux/common-config: set idle timeout to 10s for sound cards
2024-03-18 12:54:31 +03:00
nikstur
a1c4f0a754
Merge pull request #282022 from ElvishJerricco/gpt-auto-root
...
nixos: Support systemd-gpt-auto-root
2024-03-18 10:27:22 +01:00
Raito Bezarius
6fe3d788c8
linux/common-config: set idle timeout to 10s for sound cards
...
As per https://docs.kernel.org/sound/designs/powersave.html
We update our defaults for better power saving on laptops
which does not perform powertop --auto-tune, TLP or manual tweaking, e.g.
power-profiles-daemon.
2024-03-18 00:55:20 -07:00
Weijia Wang
551ec2e099
Merge pull request #295178 from r-ryantm/auto-update/iproute2
...
iproute2: 6.7.0 -> 6.8.0
2024-03-18 05:43:47 +01:00
zzzsyyy
8deee2c216
linux_xanmod_latest: 6.7.9 -> 6.7.10
2024-03-18 09:35:10 +08:00
zzzsyyy
ec2f29fd50
linux_xanmod: 6.6.21 -> 6.6.22
2024-03-18 09:19:16 +08:00
github-actions[bot]
f24ba8a7ce
Merge staging-next into staging
2024-03-18 00:02:47 +00:00
github-actions[bot]
ac91cf83c1
Merge master into staging-next
2024-03-18 00:02:20 +00:00
Weijia Wang
ad87dc75d6
opencflite: 476.19.0 -> 635.21.8
2024-03-18 00:23:38 +01:00
Weijia Wang
c79659ca3d
Merge pull request #294350 from r-ryantm/auto-update/xf86_input_wacom
...
xf86_input_wacom: 1.2.0 -> 1.2.1
2024-03-17 22:54:14 +01:00
Weijia Wang
476a65d594
Merge pull request #294349 from r-ryantm/auto-update/mdadm
...
mdadm: 4.2 -> 4.3
2024-03-17 21:34:58 +01:00
Weijia Wang
26ceeaecf9
Merge pull request #293130 from r-ryantm/auto-update/psmisc
...
psmisc: 23.6 -> 23.7
2024-03-17 20:40:25 +01:00
annalee
f1166afe59
Merge remote-tracking branch 'upstream/staging-next' into staging
2024-03-17 18:13:09 +00:00
github-actions[bot]
100b3bb178
Merge master into staging-next
2024-03-17 18:00:54 +00:00
Weijia Wang
904d268d51
Merge pull request #294139 from r-ryantm/auto-update/mmc-utils
...
mmc-utils: unstable-2023-10-10 -> unstable-2024-03-07
2024-03-17 15:27:13 +01:00
R. Ryantm
01fa83dbac
pcm: 202401 -> 202403
2024-03-17 14:26:59 +00:00
github-actions[bot]
83409a8a66
Merge staging-next into staging
2024-03-17 12:02:22 +00:00
github-actions[bot]
c222aba0b8
Merge master into staging-next
2024-03-17 12:01:55 +00:00
Randy Eckenrode
d8c7cd0119
Merge pull request #296321 from reckenrode/system_cmds-970.0.4
...
darwin.system_cmds: 735.50.6 -> 970.0.4
2024-03-17 07:47:59 -04:00
Pol Dellaiera
815d93dcff
Merge pull request #296470 from NateWright/update-xone
...
xone: 0.3 -> 0.3-unstable-2024-03-16
2024-03-17 12:27:34 +01:00
annalee
8ead81a60f
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-17 07:18:11 +00:00
Randy Eckenrode
25af398f88
darwin.system_cmds: 735.50.6 -> 970.0.4
...
- Update to the latest available version from Apple;
- Use Meson because dealing with xcbuild is too much trouble; and
- Conditionally build certain programs when newer SDKs are available.
2024-03-16 22:58:40 -04:00
Randy Eckenrode
55505c558f
darwin.libplatform: fix build of 11.0 SDK source release
2024-03-16 22:46:03 -04:00
Randy Eckenrode
b552612217
darwin.CoreSymbolication: build as a framework
...
`zlog` in darwin.system_cmds requires the CoreSymbolication framework.
This change does two things:
- Adds a patch with the required missing symbols; and
- Uses the stubs to create `CoreSymbolication.framework`.
Co-authored-by: a-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>
2024-03-16 22:46:03 -04:00
Randy Eckenrode
2dab101ca5
Merge pull request #295856 from reckenrode/moltenvk-cleanup
...
darwin.moltenvk: clean up derivation
2024-03-16 22:37:48 -04:00
Randy Eckenrode
bf86b51cd2
darwin.moltenvk: clean up derivation
...
- Drop the patches in favor of patching up the xcodeproj files, which
should make updates in the future easier (no more patch conflicts);
- Switch to building `MoltenVKPackaging.xcodeproj` instead of building
the projects individually;
- Link `libMoltenVK.dylib` manually, which is needed for MoltenVK 1.2.8
due to xcbuild not being able to build the dylib in the xcodeproj;
- Add support for enabling private API usage and default it to `true`.
This will be a new feature in MoltenVK 1.2.8;
- Use darwin.apple_sdk.libs.simd instead of symlinking from the SDK;
- Filter out rc and beta releases in the update script; and
- Support static builds of MoltenVK.
2024-03-16 21:44:27 -04:00
Weijia Wang
517ad04629
Merge pull request #295550 from wegank/prl-tools-bump
...
linuxPackages_latest.prl-tools: 19.2.1-54832 -> 19.3.0-54924
2024-03-17 01:03:39 +01:00
github-actions[bot]
2178d8d857
Merge master into staging-next
2024-03-17 00:02:17 +00:00
Randy Eckenrode
0fb285678d
darwin.apple_sdk.darwin-stubs: add SDK-specific stubs
...
For the 11.0 SDK, base the stubs on the SDK for now.
2024-03-16 19:21:47 -04:00
nwright
143bb15035
xone: 0.3 -> 0.3-unstable-2024-03-16
2024-03-16 18:38:01 -04:00
Weijia Wang
daae600111
Merge pull request #295747 from khaneliman/yabai
...
yabai: 6.0.15 -> 7.0.2
2024-03-16 22:47:11 +01:00
github-actions[bot]
60fbf92c10
Merge master into staging-next
2024-03-16 18:01:00 +00:00
Guillaume Girol
0214817877
Merge pull request #296292 from r-ryantm/auto-update/ipp-usb
...
ipp-usb: 0.9.24 -> 0.9.25
2024-03-16 18:32:51 +01:00
K900
424d609df4
linux: uncurse arguments
...
Currently things like `buildLinux { inherit src version; }` fail because of
`callPackage` auto-inserting `kernelPatches`, which is both a `buildLinux`
argument and a `pkgs` toplevel attribute, with completely different semantics.
Avoid that entirely by splitting the call into two - one for arguments we want
from `callPackage`, and one for everything else.
2024-03-16 18:39:32 +03:00
Alois Wohlschlager
cedeb6c36b
linuxPackages.rtl8821au: unstable-2023-07-23 -> unstable-2024-03-16
...
This includes a build fix against Linux 6.8.
2024-03-16 14:24:33 +01:00
github-actions[bot]
5fb2bcd3dd
Merge master into staging-next
2024-03-16 06:00:56 +00:00
kirillrdy
2001da404e
Merge pull request #295103 from evils/rasdaemon
...
rasdaemon: fix AMD segfault
2024-03-16 16:44:16 +11:00
K900
01bf867765
Merge pull request #296253 from Ma27/linux-kernel-updates
...
Linux kernel updates 2024-03-15, mitigation for RFDS (CVE-2023-28746)
2024-03-16 08:05:25 +03:00
a-n-n-a-l-e-e
c2e03072b8
Merge pull request #295168 from philiptaron/deprecate-libelf-dpdk
...
dpdk: use `elfutils` instead of abandoned `libelf`
2024-03-15 18:13:14 -07:00
R. Ryantm
fcc8bfc682
ipp-usb: 0.9.24 -> 0.9.25
2024-03-16 00:41:41 +00:00
Randy Eckenrode
912752b5b9
appleDerivation: support mkDerivation
fixpoint
2024-03-15 20:23:45 -04:00
github-actions[bot]
7006358e6a
Merge master into staging-next
2024-03-16 00:02:02 +00:00
Will Fancher
f1731f2e28
nixos: Support systemd-gpt-auto-root
2024-03-15 18:22:04 -04:00
Maximilian Bosch
b74aaf8125
linux/hardened/patches/6.6: 6.6.18-hardened1 -> 6.6.21-hardened1
2024-03-15 21:27:22 +01:00
Maximilian Bosch
edae92c0d9
linux/hardened/patches/6.1: 6.1.79-hardened1 -> 6.1.81-hardened1
2024-03-15 21:26:50 +01:00
Maximilian Bosch
98db1347e7
linux/hardened/patches/5.4: 5.4.269-hardened1 -> 5.4.271-hardened1
2024-03-15 21:26:33 +01:00
Maximilian Bosch
0ced9d0d7d
linux/hardened/patches/5.15: 5.15.149-hardened1 -> 5.15.151-hardened1
2024-03-15 21:26:14 +01:00
Maximilian Bosch
f6b74d6247
linux/hardened/patches/5.10: 5.10.210-hardened1 -> 5.10.212-hardened1
2024-03-15 21:26:01 +01:00
Maximilian Bosch
2b554a0f91
linux/hardened/patches/4.19: 4.19.307-hardened1 -> 4.19.309-hardened1
2024-03-15 21:25:33 +01:00
Maximilian Bosch
5a829f6dec
linux_latest-libre: 19500 -> 19509
2024-03-15 21:16:46 +01:00
Maximilian Bosch
2340860eff
linux-rt_6_6: 6.6.20-rt25 -> 6.6.21-rt26
2024-03-15 21:16:39 +01:00
Maximilian Bosch
dea5439ec4
linux-rt_5_4: 5.4.264-rt88 -> 5.4.271-rt89
2024-03-15 21:16:27 +01:00
Maximilian Bosch
5056d1fb1c
linux-rt_5_10: 5.10.210-rt102 -> 5.10.211-rt103
2024-03-15 21:16:16 +01:00
Maximilian Bosch
d4867ad179
linux_4_19: 4.19.309 -> 4.19.310
2024-03-15 21:16:06 +01:00
Maximilian Bosch
feb0bc0bb1
linux_5_4: 5.4.271 -> 5.4.272
2024-03-15 21:16:00 +01:00
Maximilian Bosch
1a772cbd15
linux_5_10: 5.10.212 -> 5.10.213
2024-03-15 21:15:55 +01:00
Maximilian Bosch
0736c3158a
linux_5_15: 5.15.151 -> 5.15.152
2024-03-15 21:15:49 +01:00
Maximilian Bosch
58e7a3da06
linux_6_1: 6.1.81 -> 6.1.82
2024-03-15 21:15:43 +01:00
Maximilian Bosch
1cabb377ac
linux_6_6: 6.6.21 -> 6.6.22
2024-03-15 21:15:37 +01:00
Maximilian Bosch
27c6f36c3a
linux_6_7: 6.7.9 -> 6.7.10
2024-03-15 21:15:30 +01:00
Maximilian Bosch
28780c3cab
linux_6_8: 6.8 -> 6.8.1
2024-03-15 21:15:23 +01:00
Nick Cao
77e3a3034c
Merge pull request #295467 from r-ryantm/auto-update/microcodeIntel
...
microcodeIntel: 20231114 -> 20240312
2024-03-15 14:02:59 -04:00
Andreas Fuchs
a7c88406a6
busybox: Set shellPath up so that ash can be a login shell
2024-03-15 12:00:06 -04:00
Yann Hamdaoui
63746cac08
cudaPackages: generalize and refactor setup hook
...
This PR refactor CUDA setup hooks, and in particular
autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a
lot of code in common (in fact, I introduced the latter by copy pasting
most of the bash script of the former). This is not satisfying for
maintenance, as a recent patch showed, because we need to duplicate
changes to both hooks.
This commit abstract the common part in a single shell script that
applies a generic patch action to every elf file in the output. For
autoAddOpenGLRunpath the action is just addOpenGLRunpath (now
addDriverRunpath), and is few line function for
autoAddCudaCompatRunpathHook.
Doing so, we also takes the occasion to use the newer addDriverRunpath
instead of the previous addOpenGLRunpath, and rename the CUDA hook to
reflect that as well.
Co-Authored-By: Connor Baker <connor.baker@tweag.io>
2024-03-15 15:54:21 +01:00
Jordan Isaacs
f27ac4a21c
kernel-doc: fix build
2024-03-14 22:14:31 -07:00
github-actions[bot]
2bffd64e73
Merge master into staging-next
2024-03-15 00:01:59 +00:00
Fabián Heredia Montiel
cff7262be7
Merge pull request #295569 from Scrumplex/pkgs/v4l2loopback/fix-kernel-6.8
...
linuxPackages.v4l2loopback: unstable-2023-11-23 -> 0.12.7-unstable-2024-02-12
2024-03-14 16:29:41 -06:00
Julio Gutierrez
2ddf3f58ef
ivsc-firmware: add a1_prod symbolic links to fix ipu6 webcams ( #295508 )
...
Closes #281373
2024-03-14 19:07:48 +01:00
github-actions[bot]
c160165e60
Merge master into staging-next
2024-03-14 18:01:26 +00:00
Austin Horstman
83b59271e3
sketchybar: 2.20.1 -> 2.21.0
2024-03-14 07:51:29 -05:00
Vladimír Čunát
56d8697a63
upower: fixup tests by upstream patch
...
According to the upstream merge request,
the upower tests got broken since ad9a05b57c
.
2024-03-14 08:32:23 +01:00
Austin Horstman
8d803996c7
yabai: 6.0.15 -> 7.0.2
2024-03-13 19:48:43 -05:00
github-actions[bot]
f4c4bfc9fc
Merge master into staging-next
2024-03-13 18:00:53 +00:00
Sefa Eyeoglu
7caba87711
linuxPackages.v4l2loopback: unstable-2023-11-23 -> 0.12.7-unstable-2024-02-12
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-13 11:08:26 +01:00
Weijia Wang
a51ac7ed16
linuxPackages_latest.prl-tools: 19.2.1-54832 -> 19.3.0-54924
2024-03-13 10:05:26 +01:00
OPNA2608
d791de1005
systemd: Fix incorrect hash for riscv/ppc patch
...
error: hash mismatch in fixed-output derivation '/nix/store/qsjz5lqlp6bza8vlb6sjiwd91bdsiqjz-8040fa55a1cbc34dede3205a902095ecd26c21e3.patch.drv':
specified: sha256-bQ7V9s6YqRVCWJHkdiFYqkNnNKjFbzDZf2orDjiYElE=
got: sha256-cysLY7KC+rmLNeKEE/DYTqMRqL7SSjBCRWuuZvU63zA=
2024-03-13 08:45:22 +01:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-13 00:38:07 +00:00
R. Ryantm
6df0b0cb96
microcodeIntel: 20231114 -> 20240312
2024-03-13 00:15:26 +00:00
Nick Cao
f8a35f428e
Merge pull request #295159 from Luflosi/update/linuxPackages.apfs
...
linuxPackages.apfs: 0.3.7 -> 0.3.8
2024-03-12 15:18:01 -04:00
github-actions[bot]
1cef2a1be7
Merge staging-next into staging
2024-03-12 12:01:40 +00:00
K900
3cdaeaa398
linux-firmware: 20240220 -> 20240312
2024-03-12 14:22:00 +03:00
R. Ryantm
bcb2393ebd
iproute2: 6.7.0 -> 6.8.0
2024-03-12 00:53:25 +00:00
Philip Taron
9d1489e2cc
odp-dpdk: use elfutils instead of abandoned libelf
...
I'm not sure why I needed to add `zstd` here.
2024-03-11 17:10:39 -07:00
github-actions[bot]
fd6d62aa3d
Merge staging-next into staging
2024-03-12 00:02:37 +00:00
Philip Taron
b4f8dd47c2
dpdk: use elfutils instead of abandoned libelf
2024-03-11 15:54:35 -07:00
Artturi
d4099372a1
Merge pull request #267753 from RadovanSk/nixos-unstable
...
xp-pen-deco-01-v2-driver: 3.2.3.230215-1 -> 3.4.9-231023
2024-03-11 23:39:01 +02:00
Evils
4bcb6ee177
rasdaemon: fix AMD segfault
2024-03-11 20:53:45 +01:00
Luflosi
3e076a0b54
linuxPackages.apfs: 0.3.7 -> 0.3.8
...
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.8
2024-03-11 19:17:07 +01:00
github-actions[bot]
06e5eb63d3
Merge staging-next into staging
2024-03-11 18:01:53 +00:00
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
...
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
K900
882ac2ebbb
Merge pull request #294916 from K900/linux-6.8
...
Linux 6.8
2024-03-11 17:53:19 +03:00
github-actions[bot]
339816cfdf
Merge staging-next into staging
2024-03-11 12:01:42 +00:00
Sandro
1cd15abf75
Merge pull request #263992 from MakiseKurisu/ch9344-2.0
2024-03-11 12:08:06 +01:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx ( #292043 )
...
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again
This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)
### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.
### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx
### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override
https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00