Maciej Krüger
5ecd24b043
firmware-updater: update vendor hash
2022-02-23 15:10:59 +01:00
Maciej Krüger
82646d9499
firmware-updater: fix license
2022-02-23 15:02:42 +01:00
Renaud
293e93748b
Merge pull request #160993 from r-ryantm/auto-update/ryzenadj
...
ryzenadj: 0.8.3 -> 0.9.0
2022-02-22 23:18:34 +01:00
Alyssa Ross
0100a75801
kmod-blacklist-ubuntu: don't refer to grep/xargs
...
64b4af5296
("kmod-blacklist-ubuntu: 22-1.1ubuntu1 -> 28-1ubuntu4")
doubled the size of the default initramfs. This happened because the
upgrade introduced this configuration:
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
This meant that the grep and xargs substitutions, which had been
inactive for years, suddenly became active again and became part of
kmod-blacklist-ubuntu's closure.
Since we're already using /run/booted-system for the kmod binaries,
I think it's okay to use it for grep and xargs as well. Both are
required NixOS packages, so they're guaranteed to be there.
Large increases in initramfs size are problematic, because it's often
not possible for users to do anything about them. It's not always
possible to increase the size of /boot, because some filesystems like
ZFS don't support being shrunk to make way for a bigger /boot.
2022-02-21 20:57:48 +00:00
Maximilian Bosch
c5323960dc
Merge pull request #158505 from ncfavier/wpa_supplicant-fix-ids
...
wpa_supplicant: use unique IDs for networks and credentials
2022-02-20 11:54:24 +01:00
R. Ryantm
a7a964dddc
ryzenadj: 0.8.3 -> 0.9.0
2022-02-20 02:06:48 +00:00
Alyssa Ross
1176525f87
treewide: remove obsolete kernel version checks
...
We don't support Linux kernels older than 4.4 in Nixpkgs.
2022-02-19 21:09:19 +00:00
Maciej Krüger
4d900be80b
firmware-updater: init at unstable
2022-02-19 15:07:45 +01:00
Yana Timoshenko
c927a5e429
Merge pull request #154536 from qbit/virtio_vmmci
...
pkgs/os-specific/linux/virtio_vmmci: init at 0.4.0
2022-02-19 02:05:15 +03:00
Maximilian Bosch
716ab57e39
Merge pull request #159261 from TredwellGit/linux
...
Linux kernels 2022-02-16
2022-02-18 20:20:57 +01:00
Andrew Marshall
8027aebf37
apparmor: fix typo in comment; improve formatting
...
(#158630 )
* apparmor: Fix typo in comment
* apparmor: Formatting
- Normal line length
- Idiomatic Nix
- More clearly separate “code”
2022-02-18 14:53:17 +01:00
Sandro
27e7f0a4d9
Merge pull request #156843 from JCapucho/fix/quartus-usb-blaster
2022-02-18 01:10:35 +01:00
João Capucho
ba9b26144e
usb-blaster-udev-rules: init
2022-02-17 22:09:02 +00:00
Bernardo Meurer
d6052a6898
Merge pull request #158329 from fortuneteller2k/xanmod-tt
...
linux_xanmod: 5.15.19 -> 5.15.24
2022-02-17 13:24:34 -08:00
fortuneteller2k
a5ddeb2396
linux_xanmod: 5.15.19 -> 5.15.24
2022-02-18 03:31:25 +08:00
Fabian Möller
1eb890b176
libbpf: Fix src hash
...
The v0.7.0 tag seems to have been altered.
Follow-up: #159173
2022-02-17 15:17:06 +01:00
Kevin Cox
4112cccca5
Merge pull request #160407 from LibreCybernetics/update-nvidia
...
nvidia_x11: 510.47.03 → 510.54
2022-02-17 08:11:24 -05:00
Sandro
59e6eceb2e
Merge pull request #158534 from reckenrode/moltenvk
2022-02-17 13:42:40 +01:00
Sandro
a98197288c
Merge pull request #158754 from azuwis/sketchybar
2022-02-17 13:41:24 +01:00
Vladimír Čunát
fe78cacdff
Merge #159173 : libbpf: 0.6.1 -> 0.7.0, bcc 0.23.0 -> 0.24.0
2022-02-17 13:36:46 +01:00
Zhong Jianxin
030962a9c0
sketchybar: init at 2.4.3
2022-02-17 09:51:50 +08:00
Fabián Heredia Montiel
1a044eb0cf
nvidia_x11: 510.47.03 → 510.54
2022-02-16 19:19:30 -06:00
Randy Eckenrode
b07e3705f2
moltenvk: add MoltenVK_icd.json to output
2022-02-16 17:36:50 -05:00
Randy Eckenrode
f138abff3d
moltenvk: init at 1.1.7
2022-02-16 17:17:06 -05:00
TredwellGit
504c829864
linux-rt_5_10: 5.10.90-rt60 -> 5.10.78-rt55
2022-02-16 13:57:58 +00:00
TredwellGit
3995fb76d0
linux: 5.4.178 -> 5.4.180
2022-02-16 13:57:23 +00:00
TredwellGit
1dda49a41b
linux: 5.16.8 -> 5.16.10
2022-02-16 13:57:16 +00:00
TredwellGit
6d5687355d
linux: 5.15.22 -> 5.15.24
2022-02-16 13:57:08 +00:00
TredwellGit
ce699eaba7
linux: 5.10.99 -> 5.10.101
2022-02-16 13:57:01 +00:00
TredwellGit
897193e107
linux: 4.9.300 -> 4.9.302
2022-02-16 13:56:53 +00:00
TredwellGit
801a4cba9d
linux: 4.19.228 -> 4.19.230
2022-02-16 13:56:46 +00:00
TredwellGit
a496a2c904
linux: 4.14.265 -> 4.14.267
2022-02-16 13:56:38 +00:00
fortuneteller2k
27d8498eee
xf86_input_wacom: 0.40.0 -> 1.0.0
2022-02-15 12:20:10 +08:00
Artturi
280af32343
Merge pull request #159846 from r-ryantm/auto-update/zenmonitor
2022-02-14 15:47:31 +02:00
R. Ryantm
32958dd6c8
zenmonitor: 1.5.0 -> 2.0.0
2022-02-13 13:33:35 +00:00
Jörg Thalheim
c3a5c49429
Merge pull request #157902 from andrevmatos/kernel/zen
...
linux_zen: 5.16.3-zen1 -> 5.16.8-zen1
2022-02-13 12:49:05 +00:00
R. Ryantm
7e8ba563b3
fwupd-efi: 1.1 -> 1.2
2022-02-12 20:50:30 -08:00
R. Ryantm
c13fcf8cfe
hdparm: 9.62 -> 9.63
2022-02-12 20:46:28 -08:00
Mario Rodas
8414c82e21
lxc: 4.0.11 -> 4.0.12
2022-02-12 04:20:00 +00:00
Mario Rodas
f3d58dcc05
Merge pull request #158354 from arezvov/iotopc_update
...
iotop-c: 1.20 -> 1.21
2022-02-12 08:49:29 -05:00
R. Ryantm
5cdbb09ab9
lxcfs: 4.0.11 -> 4.0.12
2022-02-12 12:45:03 +00:00
R. RyanTM
48e2b7b76d
extrace: 0.8 -> 0.9
...
* extrace: 0.8 -> 0.9 (#159232 )
and use SPDX 3.0 license identifier
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-11 22:48:37 +01:00
Bernardo Meurer
e404f66319
Merge pull request #159264 from TredwellGit/linux-firmware
...
linux-firmware: 20211216 -> 20220209
2022-02-11 09:45:53 -08:00
R. RyanTM
b5090e841e
trace-cmd: 2.9.5 -> 2.9.6
...
* trace-cmd: 2.9.5 -> 2.9.6 (#148944 )
And update meta.licenses
The lib part is under LGPL-2.1
And use SPDX 3.0 license identifier
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-11 16:45:16 +01:00
TredwellGit
ece7738b7c
linux-firmware: 20211216 -> 20220209
2022-02-11 15:20:17 +00:00
Charlotte Van Petegem
a2c0cb0db7
nixos-rebuild: Don't pass --impure
to realization when building flake remotely and impurely
...
It doesn't work and it's not required for building.
2022-02-11 14:20:42 +01:00
ajs124
add2ba1608
Merge pull request #158634 from TredwellGit/linux
...
Linux kernels 2022-02-08
2022-02-11 13:41:21 +01:00
Dominique Martinet
824d26d395
bcc: 0.23.0 -> 0.24.0
...
Also add an extra test in nixos/tests/bpf.nix for BTF usage in bpftrace
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2022-02-11 20:37:39 +09:00
Dominique Martinet
6108c057dd
libbpf: 0.6.1 -> 0.7.0
...
- remove patch that had been merged since
- install all uapi headers, not just btf, as new version of bcc
requires some more
2022-02-11 17:00:00 +09:00
R. RyanTM
1b4808c0d6
system76-firmware: 1.0.31 -> 1.0.32
...
(#149060 )
2022-02-11 00:21:59 +01:00