Peder Bergebakken Sundt
f41aba3739
treewide: remove unreferenced patch files
...
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
Adam C. Stephens
45827faa21
Merge pull request #269097 from amarshall/zfs-221
...
zfs: 2.2.0 -> 2.2.1; zfsUnstable: 2.2.1-unstable-2023-10-21 -> 2.2.1
2023-11-26 18:14:46 -05:00
Jörg Thalheim
55b737831b
zfsUnstable: 2.2.1-unstable-2023-10-21 -> 2.2.1
...
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2023-11-26 12:26:39 -05:00
Andrew Marshall
365cc96597
zfs: 2.2.0 -> 2.2.1
...
Now supports Kernel 6.6.
2023-11-26 12:26:16 -05:00
Mihai-Drosi Câju
1afdfc5259
waydroid: remove with lib;
2023-11-26 17:13:15 +02:00
Artturin
40eff710af
Revert "Systemd package rewrite"
...
Reverts NixOS/nixpkgs#269620
- eab0837b68
caused a mass-rebuild on master
- self-merge on a critical package without review and not waiting for the active owner team
Below are the reverts of the commits from that PR
Revert "systemd: migrate to by-name"
This reverts commit 33d2a40d67
.
Revert "systemd: add meta.longDescription"
This reverts commit 7c588d141d
.
Revert "systemd: cosmetic rewording of code"
This reverts commit d91b8d9fcb
.
Revert "systemd: cosmetic rewording of comments"
This reverts commit bc563998c0
.
Revert "systemd: remove some redundancy on mesonFlags"
This reverts commit eab0837b68
.
Revert "systemd: use lib.meson* functions"
This reverts commit 1129756b1a
.
2023-11-26 03:12:04 +02:00
Anderson Torres
33d2a40d67
systemd: migrate to by-name
2023-11-25 20:11:32 -03:00
Anderson Torres
7c588d141d
systemd: add meta.longDescription
2023-11-25 20:11:32 -03:00
Anderson Torres
d91b8d9fcb
systemd: cosmetic rewording of code
2023-11-25 20:11:32 -03:00
Anderson Torres
bc563998c0
systemd: cosmetic rewording of comments
2023-11-25 20:11:32 -03:00
Anderson Torres
eab0837b68
systemd: remove some redundancy on mesonFlags
2023-11-25 20:11:32 -03:00
Anderson Torres
1129756b1a
systemd: use lib.meson* functions
2023-11-25 20:11:32 -03:00
Atemu
942b1a8fbd
Merge pull request #269416 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2023-11-20
2023-11-25 21:51:50 +01:00
Peder Bergebakken Sundt
7812141f86
Merge pull request #255511 from evils/rasdaemon
...
rasdaemon: 0.7.0 -> 0.8.0
2023-11-25 16:47:52 +01:00
Nick Cao
41e7ce9a0a
Merge pull request #269784 from r-ryantm/auto-update/ksmbd-tools
...
ksmbd-tools: 3.5.0 -> 3.5.1
2023-11-25 10:05:43 -05:00
Nick Cao
81497e8822
Merge pull request #269774 from r-ryantm/auto-update/android-udev-rules
...
android-udev-rules: 20231030 -> 20231104
2023-11-25 10:04:14 -05:00
Nick Cao
f2d3ee6d90
Merge pull request #269789 from aidalgol/teensy-udev-rules-license-fix
...
teensy-udev-rules: correct meta attribute
2023-11-25 09:50:45 -05:00
R. Ryantm
65217c32df
powerstat: 0.03.03 -> 0.04.01
2023-11-25 09:49:02 +00:00
Aidan Gauland
2456fc6040
teensy-udev-rules: correct meta attribute
...
* Correct license attribute.
* Use longDescription and description attributes correctly.
2023-11-25 18:07:25 +13:00
R. Ryantm
2bd012f68d
ksmbd-tools: 3.5.0 -> 3.5.1
2023-11-25 04:20:50 +00:00
R. Ryantm
44a4aadba9
android-udev-rules: 20231030 -> 20231104
2023-11-25 01:56:04 +00:00
Ryan Lahfa
58fdc495ed
Merge pull request #269452 from RaitoBezarius/zfs-superstable
2023-11-24 17:41:43 +01:00
Raito Bezarius
b026c45bf6
zfs: improve description and long description
...
When we are building for user or kernel, we are not building a kernel module all the time.
2023-11-24 15:47:21 +01:00
Raito Bezarius
e04c0b0d99
zfs_2_1: init at 2.1.13
...
This re-introduces the old stable ZFS version we had in the past following
the many predicted issues of ZFS 2.2.x series, that is much more stable
than any further ZFS version at the moment.
I am also removing myself from maintenance of any further ZFS versions as I am
planning to quit ZFS maintenance at some point.
In the meantime, for users like me who depend on ZFS for critical operations, here is a ZFS version
that is known to work for LTS kernels.
2023-11-24 15:47:21 +01:00
markuskowa
e267a9ebe3
Merge pull request #268498 from markuskowa/upd-rdma-core
...
rdma-core: 48.0 -> 49.0
2023-11-24 10:39:32 +01:00
Maciej Krüger
73f9b84ea6
libnl-tiny: build only on linux
2023-11-24 06:43:28 +01:00
Robin Gloster
4cbe7cec1d
Merge pull request #268702 from r-ryantm/auto-update/below
...
below: 0.6.3 -> 0.7.1
2023-11-24 02:43:39 +01:00
DS
1d7ee9ff09
doc: consolidate info on manual linux kernel configs
...
The Nixpkgs documentation on the linux kernel builders focused on
using and extending kernels that were already packaged, but never
mentioned that it's possible to also build a kernel almost "from
scratch".
The NixOS documentation went a bit deeper on manual linux kernel
configs, but that information wasn't particularly NixOS-specific.
This commit consolidates the information related to building the
kernel on Nixpkgs's documentation, while keeping any additional
NixOS-specific information on NixOS's documentation.
An additional README.md was created for contributor-facing
documentation.
2023-11-23 08:50:16 -08:00
zzzsyyy
f9e8890509
linux_xanmod_latest: 6.5.11 -> 6.5.12
2023-11-23 18:14:47 +08:00
zzzsyyy
0a825f0bdf
linux_xanmod: 6.1.62 -> 6.1.63
2023-11-23 18:09:53 +08:00
Wanja Zaeske
20a73f36fa
sssd: add adcli path
...
Fixes #268924
2023-11-22 22:43:49 +01:00
Jerry Starke
63bba56eeb
linuxKernel.kernels.linux_lqx: 6.5.11-lqx2 -> 6.6.2-lqx1
2023-11-22 19:18:20 +01:00
Jerry Starke
688ae46559
linuxKernel.kernels.linux_zen: 6.6.1-zen1 -> 6.6.2-zen1
2023-11-22 19:03:55 +01:00
Bernardo Meurer
2d17793c38
Merge pull request #268137 from R-VdP/fwupd_1_9_8
...
fwupd: 1.9.7 -> 1.9.9
2023-11-21 15:08:28 -03:00
r-vdp
b88576b3b4
fwupd: 1.9.8 -> 1.9.9
...
https://github.com/fwupd/fwupd/releases/tag/1.9.9
2023-11-21 17:34:16 +01:00
K900
c244dc1239
linux_4_14: 4.14.329 -> 4.14.330
2023-11-20 15:35:43 +01:00
K900
a08fcd0dac
linux_4_19: 4.19.298 -> 4.19.299
2023-11-20 15:35:43 +01:00
K900
a7e86abf01
linux_5_4: 5.4.260 -> 5.4.261
2023-11-20 15:35:43 +01:00
K900
94bb359cd8
linux_5_10: 5.10.200 -> 5.10.201
2023-11-20 15:35:43 +01:00
K900
64de0b9ca9
linux_5_15: 5.15.138 -> 5.15.139
2023-11-20 15:35:43 +01:00
K900
b0e41f9355
linux_6_1: 6.1.62 -> 6.1.63
2023-11-20 15:35:43 +01:00
K900
f1833b9d4d
linux_6_5: 6.5.11 -> 6.5.12
2023-11-20 15:35:43 +01:00
K900
8bf55fee35
linux_6_6: 6.6.1 -> 6.6.2
2023-11-20 15:35:43 +01:00
K900
421a0d907b
linux_testing: 6.7-rc1 -> 6.7-rc2
2023-11-20 15:35:43 +01:00
R. Ryantm
4b67d1a286
below: 0.6.3 -> 0.7.1
2023-11-20 12:06:02 +00:00
Nick Cao
a6bfda8513
Merge pull request #268495 from Kiskae/nvidia/545-brightness-fix
...
linuxPackages.nvidia_x11.open: apply brightness patch
2023-11-19 11:00:56 -05:00
Markus Kowalewski
4472930066
rdma-core: 48.0 -> 49.0
2023-11-19 14:29:51 +01:00
Kiskae
1282d0ee3d
linuxPackages.nvidia_x11.open: apply brightness patch
2023-11-19 14:03:10 +01:00
Nick Cao
653e323f3a
Merge pull request #268140 from NickCao/uhk-agent
...
uhk-agent: 3.2.0 -> 3.2.1
2023-11-18 18:50:14 -05:00
K900
67f1e6206a
Merge pull request #267304 from katexochen/fix/checksec-2
...
checksec: add missing deps, don't clean env, add tests
2023-11-18 15:14:00 +03:00