Commit graph

26794 commits

Author SHA1 Message Date
K900 9dc0c88529 linux_6_6: 6.6.24 -> 6.6.25 2024-04-04 22:05:50 +03:00
K900 5677c59005 linux_6_8: 6.8.3 -> 6.8.4 2024-04-04 22:03:40 +03:00
Sandro f375ab9c09
Merge pull request #300233 from SuperSandro2000/intel-compure-runtime 2024-04-04 17:11:15 +02:00
K900 83fcc85e1b
Merge pull request #301459 from K900/linux-firmware-version
linux-firmware: don't explicitly passthru version
2024-04-04 11:17:21 +03:00
K900 ba26205fca linux-firmware: don't explicitly passthru version
Breaks overrides
2024-04-04 09:42:02 +03:00
Weijia Wang f480f9d09e
Merge pull request #301240 from r-ryantm/auto-update/linuxKernel.packages.linux_6_8.facetimehd
linuxKernel.packages.linux_6_8.facetimehd: 0.6.8 -> 0.6.8.1
2024-04-04 03:02:54 +02:00
DontEatOreo c1a0961c98
raycast: 1.70.2 -> 1.70.3 2024-04-04 00:50:19 +03:00
DontEatOreo 36cac1a5f0
raycast: add passthru.updateScript 2024-04-03 22:25:28 +03:00
K900 24af99ca71 linux-rt_5_15: 5.15.148-rt74 -> 5.15.153-rt75 2024-04-03 17:11:54 +03:00
K900 505b96c94c linux_6_1: 6.1.83 -> 6.1.84 2024-04-03 17:11:16 +03:00
K900 26b1b707e8 linux_6_6: 6.6.23 -> 6.6.24 2024-04-03 17:11:12 +03:00
K900 073a26ea45 linux_6_7: 6.7.11 -> 6.7.12 2024-04-03 17:11:07 +03:00
K900 b1a006e80e linux_6_8: 6.8.2 -> 6.8.3 2024-04-03 17:11:05 +03:00
R. Ryantm c944eceef4 linuxKernel.packages.linux_6_8.facetimehd: 0.6.8 -> 0.6.8.1 2024-04-03 13:16:24 +00:00
Weijia Wang 5c20a69c8c
Merge pull request #299961 from wegank/insert-dylib-refactor
darwin.insert_dylib: refactor, drop xcbuildHook
2024-04-03 13:20:07 +02:00
Vladimír Čunát 8e9118f7b7
Merge #301081: mdadm: Fix hardcoded directory 2024-04-03 07:15:07 +02:00
Peder Bergebakken Sundt 5e626f8ede
Merge pull request #300753 from mrcjkb/tuxedo-rs
tuxed-rs: 0.3.0 -> 0.3.1
2024-04-03 01:45:44 +02:00
Andrew Marshall 49e6c686f8 mdadm: Fix hardcoded directory
In [upstream change][1], handling of creating `/run/mdadm/creating-%s`
file was changed to fail if it was unable to create the file. This
revealed that the path itself incorrectly hardcodes `/run/mdadm` instead
of using `MAP_DIR` or similar. Since nixpkgs sets `RUN_DIR=/run/.mdadm`
at compile time, and `MAP_DIR=$(RUN_DIR)` in upstream, the `/run/mdadm`
is never created. This remedies by fixing the hard-coded directory.

[1]: https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=9f376da6439b07dc93ae084ab576e133b9d8d839
2024-04-02 19:26:16 -04:00
Naïm Favier 269f5806e0 mdadm: update homepage
Neil Brown's website returns an internal error, and has been stating
that he is no longer involved in maintaining mdadm: https://web.archive.org/web/20211120095829/http://neil.brown.name/blog/mdadm
2024-04-02 19:26:16 -04:00
Alyssa Ross d9bb2c0160 nvme-cli: remove unused input 2024-04-03 00:28:04 +02:00
Markus Kowalewski b827e50afd
Merge pull request #300744 from r-ryantm/auto-update/rdma-core
rdma-core: 50.0 -> 51.0
2024-04-02 22:09:47 +00:00
Robert Hensing 9ffe63c6fa
Merge pull request #300335 from amarshall/nixos-rebuild-repl-path
nixos-rebuild: Fix `repl` with a relative flake path
2024-04-02 14:22:49 +02:00
Alyssa Ross d10eea2199 linux_latest-libre: 19509 -> 19523 2024-04-02 12:34:05 +02:00
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
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] 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] 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
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] 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