Commit Graph

26016 Commits

Author SHA1 Message Date
K900
8fe4700081 linux_latest-libre: 19607 -> 19611 2024-07-18 16:45:26 +03:00
K900
d811812da4 linux-rt_6_6: 6.6.36-rt35 -> 6.6.40-rt36 2024-07-18 16:45:03 +03:00
K900
23f15041a2 linux-rt_6_1: 6.1.96-rt35 -> 6.1.99-rt36 2024-07-18 16:44:36 +03:00
K900
fe97c4d5c5 linux_4_19: 4.19.317 -> 4.19.318 2024-07-18 16:44:19 +03:00
K900
9bc4163423 linux_5_4: 5.4.279 -> 5.4.280 2024-07-18 16:44:16 +03:00
K900
967bd01608 linux_5_10: 5.10.221 -> 5.10.222 2024-07-18 16:44:13 +03:00
K900
1964afd6dc linux_5_15: 5.15.162 -> 5.15.163 2024-07-18 16:44:10 +03:00
K900
b4a1a78994 linux_6_1: 6.1.99 -> 6.1.100 2024-07-18 16:44:06 +03:00
K900
d63fd8f569 linux_6_6: 6.6.40 -> 6.6.41 2024-07-18 16:44:01 +03:00
K900
d272031250 linux_6_9: 6.9.9 -> 6.9.10 2024-07-18 16:43:56 +03:00
github-actions[bot]
844ec2d5a1
Merge staging-next into staging 2024-07-18 12:01:55 +00:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/python-modules/uvcclient/default.nix
-	pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
Atemu
0773e18d21
Merge pull request #327698 from Shawn8901/update_xanmod-2024-07-15
linux_xanmod: 6.6.39 -> 6.6.40
2024-07-18 10:39:28 +02:00
Michele Guerini Rocco
2a229e7bf2
Merge pull request #242998 from duament/wpa_supplicant-wpa3-enterprise
wpa_supplicant: enable WPA3-Enterprise
2024-07-18 09:34:55 +02:00
Sergei Trofimovich
68f49a0661 iproute2: 6.9.0 -> 6.10.0
Changes: https://github.com/iproute2/iproute2/compare/v6.9.0...v6.10.0
2024-07-17 21:53:07 +01:00
R. Ryantm
f01561b4ad power-calibrate: 0.01.36 -> 0.01.37 2024-07-17 20:48:15 +00:00
Nick Cao
3003a7a49d
Merge pull request #327989 from r-ryantm/auto-update/cpustat
cpustat: 0.02.20 -> 0.02.21
2024-07-17 16:40:32 -04:00
Artturin
20cf80e167 Merge branch 'staging-next' into staging 2024-07-17 21:29:37 +03:00
R. Ryantm
19421b4745 cpustat: 0.02.20 -> 0.02.21 2024-07-17 18:12:29 +00:00
Anderson Torres
6dba240f79 treewide: remove dtzWill as maintainer [orphans]
Since theey is not active in a long span of time.

All the packages in this commit are now orphan.
2024-07-17 13:52:45 -03:00
Anderson Torres
2ac414fa93 treewide: remove dtzWill as maintainer [no orphans]
Since theey is not active in a long span of time.

None of the packages in this commit are orphan.
2024-07-17 13:25:27 -03:00
Arian van Putten
1017cdf9bc systemd: 255.6 -> 255.9
(cherry picked from commit 4a48f4cdf3)
2024-07-17 16:43:56 +02:00
Sandro
917e91f3f0
Merge pull request #321134 from philiptaron/issue-177798/broadcom-sta 2024-07-17 16:38:29 +02:00
Weijia Wang
078fdedf26 Merge branch 'staging-next' into staging 2024-07-17 13:10:23 +02:00
Weijia Wang
7d96599548
Merge pull request #327794 from Sigmanificient/unused-args-python-pytest-hook
treewide: remove unused pytestCheckHook (and other) arguments
2024-07-17 13:03:48 +02:00
Thiago Kenji Okada
8d5f5ef191
Merge pull request #327732 from thiagokokada/fix-linux-lqx
linuxKernel.kernels.linux_lqx: fix build
2024-07-17 08:30:15 +01:00
Sigmanificient
f2310c7d27 treewide: remove unused pytestCheckHook (and other) arguments 2024-07-17 04:53:33 +02:00
github-actions[bot]
4c086d8ee0
Merge staging-next into staging 2024-07-17 00:03:16 +00:00
Nick Cao
88e03655cd
Merge pull request #327477 from NickCao/ima-evm-utils
ima-evm-utils: 1.5 -> 1.6
2024-07-16 16:47:55 -04:00
Thiago Kenji Okada
86832307ec linuxKernel.kernels.linux_lqx: fix build
- Override RCU_LAZY since this is defined in the kernel/common-config.nix
- Make RCU_BOOST_DELAY optional

Fixes issue #327719.
2024-07-16 21:11:07 +01:00
Arian van Putten
c20f88c6f3 systemd: {pname,version} -> finalAttrs.{pname,version}
Without this patch, people overriding systemd like:
```
  systemd.package = pkgs.systemd.overrideAttrs (finalAttrs: previousAttrs: {
    version = "255.9";
    src = previousAttrs.src.override {
      rev = "v${finalAttrs.version}";
      hash = "sha256-fnMvBYyMRQrP2x//8ntGTSwoHOtFk2TQ4S5fwcsSLDU=";
    };
  });
```

would get the wrong version reported in `systemctl --version`
2024-07-16 21:30:48 +02:00
Shawn8901
0888d77919 linux_xanmod: 6.6.39 -> 6.6.40 2024-07-16 18:54:04 +02:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Nick Cao
7475c76ebc
ima-evm-utils: 1.5 -> 1.6 2024-07-15 17:08:25 -04:00
Luflosi
d7f5448944
linuxPackages.apfs: 0.3.9 -> 0.3.10
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.10
2024-07-15 22:44:49 +02:00
Sandro
99fe5240da
Merge pull request #325811 from Naxdy/work/blackmagic 2024-07-15 16:41:11 +02:00
Pol Dellaiera
113763dc86
Merge pull request #327308 from drupol/displaylink-minor-refactoring
displaylink: update the help message
2024-07-15 12:09:04 +02:00
K900
0c16414228 linux_latest-libre: 19597 -> 19607 2024-07-15 12:24:00 +03:00
K900
800febbde1 linux-rt_5_10: 5.10.220-rt112 -> 5.10.221-rt113 2024-07-15 12:24:00 +03:00
K900
f8833878d4 linux_6_1: 6.1.98 -> 6.1.99 2024-07-15 12:24:00 +03:00
K900
a5a62ea289 linux_6_6: 6.6.39 -> 6.6.40 2024-07-15 12:24:00 +03:00
K900
40ebc3096e linuxPackages_6_10.perf: fix build
Revert upstream change that breaks things in a very strange way.
See commit being reverted for details.
2024-07-15 12:23:59 +03:00
Pol Dellaiera
b59deeee5b
displaylink: update the help message 2024-07-15 10:23:45 +02:00
K900
f0e87420c9 linux_6_10: init at 6.10 2024-07-15 09:19:55 +03:00
Robert Scott
d2ebb01d11 hostapd: add nixosTests.wpa_supplicant to passthru.tests 2024-07-14 20:57:22 +01:00
Naxdy
f634371d21
{blackmagic-desktop-video,decklink}: init at 14.0.1a2 2024-07-14 20:42:50 +02:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
Atemu
b544dc649d
Merge pull request #326528 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-07-11
2024-07-14 16:30:22 +02:00
Aleksana
8536937b75
Merge pull request #327080 from Aleksanaa/fetchgit-sha256-fix
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 20:56:04 +08:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Vincent Vanlaer
bdf5d0a3be
numad: 0.5 -> 0.5-unstable-2023-09-06 (#315168) 2024-07-14 12:33:38 +02:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
tomberek
e28b6650c3
Merge pull request #320462 from amozeo/pkgs/nixos-rebuild/by-attr
nixos-rebuild, nixos-install: add support for --file and --attr flags
2024-07-13 20:46:31 -04:00
Kraust
e16fee1857
linuxKernel/rtl8812au: update driver source for kernel 6.7+ (#326863) 2024-07-13 23:47:00 +05:30
aleksana
1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
Franz Pletz
512454893b
Merge pull request #325942 from trofi/ell-iwd-update 2024-07-13 14:55:02 +02:00
Anthony Roussel
88e8ae101a
tomb: move to pkgs/by-name 2024-07-13 13:18:27 +02:00
Anthony Roussel
e662532834
tomb: format with nixfmt-rfc-style, remove with lib; 2024-07-13 13:15:18 +02:00
Anthony Roussel
a78b3c85be
tomb: 2.10 -> 2.11
https://github.com/dyne/tomb/compare/v2.10...v2.11
https://github.com/dyne/tomb/blob/v2.11/ChangeLog.md#211
2024-07-13 12:36:37 +02:00
Robert Scott
6a985b3b1a
Merge pull request #325962 from oddlama/patch-blastradius
hostapd: apply patch for CVE-2024-3596
2024-07-13 11:28:02 +01:00
Sebastian Sellmeier
f12192d26d
sysdig: fix build 2024-07-12 18:32:38 +02:00
K900
110176fad4
Merge pull request #326539 from K900/pipewire-1.2.1
Pipewire 1.2.1
2024-07-12 18:17:51 +03:00
Doron Behar
45bee1a302
Merge pull request #326384 from trofi/libbpf-update
libbpf: 1.4.3 -> 1.4.5
2024-07-12 17:14:08 +03:00
zzzsyyy
08fa40b6aa
linux_xanmod_latest: 6.9.8 -> 6.9.9 2024-07-12 18:39:35 +08:00
zzzsyyy
a68af291d9
linux_xanmod: 6.6.37 -> 6.6.39 2024-07-12 18:13:48 +08:00
K900
b99be9ccc7 ffado: actually get rid of Qt dependency for real this time 2024-07-12 13:05:41 +03:00
Sergei Trofimovich
17726eb8bb libbpf: 1.4.3 -> 1.4.5
Changes:
- https://github.com/libbpf/libbpf/releases/tag/v1.4.4
- https://github.com/libbpf/libbpf/releases/tag/v1.4.5
2024-07-12 10:19:11 +01:00
oddlama
3dcc9a3371
hostapd: apply patch for CVE-2024-3596 2024-07-12 00:56:58 +02:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging 2024-07-11 22:05:05 +02:00
Thiago Kenji Okada
25227b0e77
Merge pull request #326216 from thiagokokada/linux-zen-sync-config
linuxKernel.kernels.linux_zen: sync config with upstream
2024-07-11 18:12:15 +01:00
Thiago Kenji Okada
0f8c498f96 linuxKernel.kernels.linux_zen: sync config with upstream 2024-07-11 16:46:46 +01:00
K900
161aa16c6d linux/hardened: fix syntax in update-script 2024-07-11 14:34:39 +03:00
K900
c63531f954 linux_latest-libre: 19584 -> 19597 2024-07-11 14:33:12 +03:00
K900
6210e32854 linux-rt_5_10: 5.10.219-rt111 -> 5.10.220-rt112 2024-07-11 14:32:48 +03:00
K900
3e77292ce1 linux_6_1: 6.1.97 -> 6.1.98 2024-07-11 14:32:25 +03:00
K900
232f3042f2 linux_6_6: 6.6.37 -> 6.6.39 2024-07-11 14:32:21 +03:00
K900
a7135630ba linux_6_9: 6.9.8 -> 6.9.9 2024-07-11 14:32:16 +03:00
K900
8ee0a2c46c linux_testing: 6.10-rc6 -> 6.10-rc7 2024-07-11 14:32:10 +03:00
Pol Dellaiera
e901eee1e2
Merge pull request #324121 from drupol/bump/displaylink-6-0-0
displaylink: 5.8.0-63.33 -> 6.0.0-24
2024-07-11 11:31:14 +02:00
7c6f434c
717c708df2
Merge pull request #325704 from therishidesai/rdesai/atop-2.10.0
atop: 2.8.1 -> 2.10.0
2024-07-11 07:46:03 +00:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Nick Cao
f5e6cf0e6e
Merge pull request #324975 from trofi/hwdata-update
hwdata: 0.383 -> 0.384
2024-07-10 18:46:13 -04:00
Rishi Desai
c200802d65 atop: 2.8.1 -> 2.10.0 2024-07-10 15:57:34 -05:00
Wroclaw
61c719e473 nixos-rebuild: add support for --file and --attr flags
adds support of building system from nix file and attrPath directly

these are --file and --attr flags in nix-build respectfully
2024-07-10 20:59:41 +02:00
Thiago Kenji Okada
c62ade3aed
Merge pull request #311811 from abathur/move_lore_overrides_to_passthru_staging
binlore: migrate override lore to package passthru
2024-07-09 22:02:23 +00:00
Sandro
edbd95aee5
Merge pull request #319655 from trofi/shadow-update
shadow: 4.14.6 -> 4.16.0
2024-07-10 00:01:45 +02:00
Sergei Trofimovich
6ca5b11ad8 iwd: 2.18 -> 2.19
Changes: https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.19
2024-07-09 22:45:00 +01:00
Sergei Trofimovich
afa6f75b75 ell: 0.66 -> 0.67
Changes: https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.67
2024-07-09 22:45:00 +01:00
Franz Pletz
2ae9aee129
Merge pull request #325906 from lonyelon/rtl8852bu 2024-07-09 23:37:13 +02:00
Nick Cao
818274d2e1
Merge pull request #325881 from Kiskae/nvidia/550.100
linuxPackages.nvidiaPackages.production: 550.90.07 -> 550.100
2024-07-09 16:45:52 -04:00
Sergio Miguéns Iglesias
85544dc087 rtl8852bu: f6aaa3c -> 1acc7aa 2024-07-09 20:42:27 +02:00
Kiskae
8736694c4d linuxPackages.nvidiaPackages.production: 550.90.07 -> 550.100 2024-07-09 18:57:31 +02:00
K900
630eb4460b linux-firmware: 20240610 -> 20240709 2024-07-09 14:39:29 +03:00
Jörg Thalheim
5952c36d59
Merge pull request #322968 from paepckehh/patch-4
linux: enable CONFIG_SND_HDA_CODEC_CS8409
2024-07-09 10:55:01 +02:00
Weijia Wang
b5e628e995
Merge pull request #319561 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 23.11.1 -> 24.05
2024-07-08 23:23:25 +02:00
Nick Cao
7bdcdf88e4
Merge pull request #325587 from kai-tub/pkgs/bpftune
bpftune: disable `zerocallusedregs` hardening
2024-07-08 16:13:33 -04:00
Nick Cao
1fb9207f38
Merge pull request #325524 from r-ryantm/auto-update/libzbc
libzbc: 6.0.0 -> 6.1.0
2024-07-08 16:05:13 -04:00
Kai Norman Clasen
bd05186338
bpftune: disable zerocallusedregs hardening 2024-07-08 18:51:09 +02:00
Nick Cao
0f25ba8c56
Merge pull request #325395 from r-ryantm/auto-update/linux-wifi-hotspot
linux-wifi-hotspot: 4.7.1 -> 4.7.2
2024-07-08 08:56:03 -04:00
R. Ryantm
25a8abf0fc libzbc: 6.0.0 -> 6.1.0 2024-07-08 11:40:59 +00:00
installer
b77aa705fe linuxKernel.kernels.linux_lqx: 6.9.7-lqx1 -> 6.9.8-lqx1 2024-07-08 11:32:09 +02:00
installer
8b6a178b47 linuxKernel.kernels.linux_zen: 6.9.7-zen1 -> 6.9.8-zen1 2024-07-08 11:30:20 +02:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
R. Ryantm
94d7e0ae9b linux-wifi-hotspot: 4.7.1 -> 4.7.2 2024-07-08 01:46:58 +00:00
Florian Klink
6f2d668db6 linux-firmware: remove FOD
This being a FOD seems to only have historical reasons.
Remove the source.nix file, as well as the custom update script, and FOD.

Simply making this a normal input-addressed derivation, with a version
being interpolated makes this easy to update with update-source-version.
2024-07-07 19:16:43 +03:00
Weijia Wang
6ec2f51872
Merge pull request #313041 from r-ryantm/auto-update/libcap
libcap: 2.69 -> 2.70
2024-07-07 17:09:13 +02:00
Maximilian Bosch
ddddf00375
Merge pull request #325219 from globin/below-bpf-hardening-disable
below: fix bpf build, zerocallusedregs unavailable
2024-07-07 13:29:21 +00:00
Nick Cao
c9758a6e16
Merge pull request #325023 from Shawn8901/update_xanmod-2024-07-05
linux_xanmod, linux_xanmod_latest:  2024-07-05
2024-07-07 09:25:55 -04:00
Robin Gloster
1a7463fc8c
below: fix bpf build, zerocallusedregs unavailable 2024-07-07 11:18:40 +02:00
Sandro
f9fadf54c9
Merge pull request #325088 from alyssais/catfs-0.9.0-unstable-2023-10-09
catfs: 0.9.0 -> 0.9.0-unstable-2023-10-09
2024-07-07 11:14:15 +02:00
Franz Pletz
e5fadeaa27
Merge pull request #321962 from LostAttractor/iproute2/libbpf 2024-07-07 02:08:31 +02:00
K900
3e1d44bc3d
Merge pull request #306407 from jtojnar/ffado-noqt
ffado: Remove Qt dependency
2024-07-06 22:24:55 +03:00
Alyssa Ross
2a1a748f87
catfs: 0.9.0 -> 0.9.0-unstable-2023-10-09
Fixes build with musl 1.2.4.
2024-07-06 20:16:30 +02:00
Mohaim
d7705cea76
linux/rtl8814au: unstable-2024-03-19 -> unstable-2024-05-26 (#314880)
fix support for kernel 6.9
2024-07-06 23:01:54 +05:30
Jan Tojnar
45c85e2b1d ffado: Add comment about Python 3.11 override
This was introduced in 20001b719e
2024-07-06 16:56:12 +02:00
Shawn8901
3087200fcb linux_xanmod_latest: 6.9.7 -> 6.9.8 2024-07-06 14:02:38 +02:00
github-actions[bot]
1f5f0905f8
Merge staging-next into staging 2024-07-06 12:01:49 +00:00
Shawn8901
32b44b8253 linux_xanmod: 6.6.36 -> 6.6.37 2024-07-06 14:00:00 +02:00
Masum Reza
731dc15f15
Merge pull request #324439 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 19.4.0-54962 -> 19.4.1-54985
2024-07-06 16:31:41 +05:30
Vladimír Čunát
7f97b5a060
Merge #322627: audit.tests.musl: init 2024-07-06 09:18:27 +02:00
Sergei Trofimovich
e99754e3a4 hwdata: 0.383 -> 0.384
Changes: https://github.com/vcrhonek/hwdata/compare/v0.383...v0.384
2024-07-06 07:15:30 +01:00
Sergei Trofimovich
21ad4b3a71 shadow: 4.14.6 -> 4.16.0
Changes:
- https://github.com/shadow-maint/shadow/releases/tag/4.14.7
- https://github.com/shadow-maint/shadow/releases/tag/4.15.0
- https://github.com/shadow-maint/shadow/releases/tag/4.15.1
- https://github.com/shadow-maint/shadow/releases/tag/4.15.2
- https://github.com/shadow-maint/shadow/releases/tag/4.15.3
- https://github.com/shadow-maint/shadow/releases/tag/4.16.0
2024-07-06 07:04:06 +01:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
github-actions[bot]
d6339576fb
Merge master into staging-next 2024-07-05 18:01:19 +00:00
K900
4692f201cd linux-rt_6_6: 6.6.35-rt34 -> 6.6.36-rt35 2024-07-05 17:30:29 +03:00
K900
c5b26ec56f linux-rt_6_1: 6.1.95-rt34 -> 6.1.96-rt35 2024-07-05 17:30:07 +03:00
K900
3179815da8 linux-rt_5_4: 5.4.271-rt89 -> 5.4.278-rt91 2024-07-05 17:29:44 +03:00
K900
5eae75edb6 linux-rt_5_10: 5.10.218-rt110 -> 5.10.219-rt111 2024-07-05 17:29:21 +03:00
K900
83f35364c3 linux_4_19: 4.19.316 -> 4.19.317 2024-07-05 17:29:02 +03:00
K900
b34c0f6a76 linux_5_4: 5.4.278 -> 5.4.279 2024-07-05 17:28:58 +03:00
K900
d1b6f9d3a8 linux_5_10: 5.10.220 -> 5.10.221 2024-07-05 17:28:56 +03:00
K900
3356071b18 linux_5_15: 5.15.161 -> 5.15.162 2024-07-05 17:28:51 +03:00
K900
2be6eafe45 linux_6_1: 6.1.96 -> 6.1.97 2024-07-05 17:28:48 +03:00
K900
069a0a2085 linux_6_6: 6.6.36 -> 6.6.37 2024-07-05 17:28:44 +03:00
K900
e4f77dddc3 linux_6_9: 6.9.7 -> 6.9.8 2024-07-05 17:28:40 +03:00
K900
27b51632f2 linux_testing: 6.10-rc5 -> 6.10-rc6 2024-07-05 17:28:36 +03:00
Martin Weinelt
fda13875da Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/deebot-client/default.nix
- pkgs/development/python-modules/pytest-examples/default.nix
- pkgs/development/python-modules/w3lib/default.nix
2024-07-05 13:04:01 +02:00
Aleksana
23b2e24410
Merge pull request #324575 from r-ryantm/auto-update/oxtools
oxtools: 1.2.4 -> 2.0.2
2024-07-05 16:50:34 +08:00
Ashish SHUKLA
191d8a30c5 nfs-utils: 2.6.2 -> 2.6.4 2024-07-05 08:02:11 +02:00
Ashish SHUKLA
f0553fb299 nfs-utils: enable ldap support 2024-07-05 08:02:11 +02:00
Masum Reza
267b3730bc
Merge pull request #312271 from Defelo/rtl8821ce
rtl8821ce: unstable-2024-01-20 -> unstable-2024-03-26
2024-07-05 09:42:31 +05:30
github-actions[bot]
30cfd4445f
Merge master into staging-next 2024-07-05 00:02:21 +00:00
Nick Cao
9385c67410
Merge pull request #324366 from alois31/perf-drop-workaround
Revert "linuxPackages_latest.perf: add `-O1` workaround for `gcc-13`"
2024-07-04 14:13:44 -04:00
John Titor
62cedf828f
rtl8821ce: move to finalAttrs, nixfmt-rfc-style 2024-07-04 22:30:29 +05:30
Defelo
8d34974a01
rtl8821ce: add defelo to maintainers 2024-07-04 22:19:13 +05:30
Defelo
ab9d9e4b97
rtl8821ce: unstable-2024-01-20 -> unstable-2024-03-26 2024-07-04 22:17:37 +05:30