3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

18059 commits

Author SHA1 Message Date
Maciej Krüger 82646d9499
firmware-updater: fix license 2022-02-23 15:02:42 +01:00
TredwellGit 73c5ccbf21 linux/hardened/patches/5.4: 5.4.177-hardened1 -> 5.4.180-hardened1 2022-02-23 03:15:10 +00:00
TredwellGit d9a881c99b linux/hardened/patches/5.15: 5.15.21-hardened1 -> 5.15.24-hardened1 2022-02-23 03:15:01 +00:00
TredwellGit 99c4179120 linux/hardened/patches/5.10: 5.10.98-hardened1 -> 5.10.101-hardened1 2022-02-23 03:14:53 +00:00
TredwellGit 745de513d6 linux/hardened/patches/4.19: 4.19.227-hardened1 -> 4.19.230-hardened1 2022-02-23 03:14:44 +00:00
TredwellGit 16e2d243d0 linux/hardened/patches/4.14: 4.14.264-hardened1 -> 4.14.267-hardened1 2022-02-23 03:14:36 +00:00
R. Ryantm 5a3689c783 trace-cmd: 2.9.6 -> 2.9.7 2022-02-23 03:13:56 +00:00
TredwellGit 0e5ebf54d5 linux-rt_5_10: 5.10.78-rt55 -> 5.10.100-rt62 2022-02-23 03:13:40 +00: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
Martin Weinelt 730edb44a8
linuxPackages.dddvb: init at 0.9.33-404-ge9ccab3 2022-02-22 19:31:47 +01:00
Faye acf78131f7 linux-rt_5_10: 5.10.78-rt55 -> 5.10.100-rt62 2022-02-21 17:16:22 -05:00
Faye a716a45b19 linux-rt: Fix incorrect sorting of kernel version numbers when determining latest version
When determining the latest linux-rt kernel version to update to, the list of filenames that `update-rt.sh` fetches from upstream is sorted lexicographically, while `update-rt.sh` assumes it's sorted in version order.  As a result, for example, 5.10.78 is considered newer than 5.10.100.  This change applies `sort --version-sort` to the extracted version numbers to properly identify the latest version.
2022-02-21 17:10:31 -05: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
ajs124 5177d2aeef kernel/common-config: clean up after 4.4 removal 2022-02-21 17:32:05 +01:00
ajs124 64067cd3c5 linuxKernel.packages.linux_4_4: drop 2022-02-21 17:32:05 +01:00
Dmitry Kalinkin 377cfd903b
pam_p11: fix on darwin 2022-02-21 01:13:41 -05: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
Rhys Davies fb69e1763e xow_dongle-firmware: init at 2017-07 2022-02-20 18:25:06 +13:00
Rhys Davies 8f27371795 xone: init at 0.2 2022-02-20 18:23:25 +13: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
Ryan Burns eeae457c3b pam: fix cross-compilation from darwin
audit requires running linux-specific code during the build,
so it cannot be cross-compiled from darwin hosts. So we can only
enable audit support in pam when the buildPlatform is linux.
2022-02-16 17:22:16 -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
ajs124 bcf2265fea apparmor: 3.0.3 -> 3.0.4 2022-02-15 01:05:22 +01: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
Cole Mickens 57272bebee raspberrypi-eeprom: 2021.04.29 -> 2021.12.02 2022-02-12 00:04:48 -08:00
Cole Mickens 51b7e23e8f raspberrypi-fw: use fetchurl to avoid darwin issue
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2022-02-12 00:04:48 -08:00
leo60228 7851f68a68 raspberrypi-wireless-firmware: 2021-06-28 -> 2021-11-02 2022-02-12 00:04:48 -08:00
leo60228 10afc59e3a raspberrypi-armstubs: 2021-07-05 -> 2021-11-01 2022-02-12 00:04:48 -08:00
leo60228 2164279a04 raspberrypifw: 1.20210805 -> 1.20211118
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2022-02-12 00:04:48 -08:00
leo60228 40d1362782 linux_rpi: 5.10.52-1.20210805 -> 5.10.92-1.20220118
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2022-02-12 00:04:47 -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
Michael Weiss 5eb14c1a99
Merge pull request #158535 from brandonweeks/wlgreet
wlgreet: 0.3 -> 2022-01-25
2022-02-10 20:53:34 +01:00
Jonathan Ringer 39669ea2b6
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/top-level/aliases.nix
2022-02-09 19:58:40 -08:00
ajs124 5011d17c36
Merge pull request #158713 from mweinelt/microcode-intel
microcodeIntel: 20210608 -> 20220207
2022-02-09 23:38:03 +01:00
Jörg Thalheim b63e6649a6
systemd: add myself as maintainer, drop eelco 2022-02-09 18:50:27 +01:00
ajs124 17ba3f719f
Merge pull request #157060 from helsinki-systems/drop/gogoclient
gogoclient: drop
2022-02-09 16:11:08 +01:00
github-actions[bot] 69accc4d14
Merge master into staging-next 2022-02-09 12:01:08 +00:00
Brandon Weeks 313ae130e4 wlgreet: 0.3 -> 2022-01-25
wlgreet is broken on wlroots 0.15.5 or later (#151234) due to a
protocol negotiation bug in wlgreet. The bug has been fixed upstream
in 8517e57.
2022-02-09 00:28:28 -08:00
Jonathan Ringer 09837994ba
anbox: 2020-11-29 -> 2021-10-20, fix build 2022-02-08 22:19:10 -08:00
Jonathan Ringer 5df08e00cd
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/opensimplex/default.nix
	pkgs/development/python-modules/pygame-gui/default.nix
	pkgs/top-level/aliases.nix
	pkgs/top-level/python-aliases.nix
2022-02-08 21:19:24 -08:00
TredwellGit 7083902015 linux/hardened/patches/5.4: 5.4.176-hardened1 -> 5.4.177-hardened1 2022-02-08 23:34:49 +00:00
TredwellGit c1247874a0 linux/hardened/patches/5.15: 5.15.19-hardened1 -> 5.15.21-hardened1 2022-02-08 23:34:41 +00:00
TredwellGit eb1f381ef7 linux/hardened/patches/5.10: 5.10.96-hardened1 -> 5.10.98-hardened1 2022-02-08 23:34:33 +00:00
TredwellGit bfebdb721a linux-rt_5_4: 5.4.170-rt68 -> 5.4.177-rt69 2022-02-08 23:34:01 +00:00
TredwellGit 47b93d55ca linux: 5.4.177 -> 5.4.178 2022-02-08 23:33:17 +00:00
TredwellGit 66d35b39d2 linux: 5.16.7 -> 5.16.8 2022-02-08 23:33:10 +00:00
TredwellGit 1bc4054d28 linux: 5.15.21 -> 5.15.22 2022-02-08 23:33:03 +00:00
TredwellGit 0de53960d0 linux: 5.10.98 -> 5.10.99 2022-02-08 23:32:55 +00:00
TredwellGit 8bdae55b6d linux: 4.9.299 -> 4.9.300 2022-02-08 23:32:49 +00:00
TredwellGit c8b3b1b1ab linux: 4.19.227 -> 4.19.228 2022-02-08 23:32:43 +00:00
TredwellGit 8cb0337364 linux: 4.14.264 -> 4.14.265 2022-02-08 23:32:35 +00:00
André Vitor de Lima Matos 3e75fb9ab0
linux_zen: 5.16.3-zen1 -> 5.16.8-zen1 2022-02-08 16:26:34 -05:00
Martin Weinelt 1189d2c1f1
microcodeIntel: 20210608 -> 20220207
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220207
2022-02-08 22:08:13 +01:00
K900 dd37d07ccf nixos-rebuild: also forward the long version of -L
Mostly for more readability in shell scripts.
2022-02-08 11:56:35 -08:00
Maximilian Bosch 7e3ac5eefe
Merge pull request #158631 from SebTM/displaylink_fix
displaylink: add dependency on required-file source to avoid unchanged manual interactions needed
2022-02-08 19:14:30 +01:00
Sebastian Sellmeier a061b27b2d
displaylink: add dependency on required-file source to avoid unchanged manual interactions needed 2022-02-08 15:51:20 +01:00
ajs124 91948945a1 gogoclient: drop 2022-02-08 14:47:59 +01:00
Dmitry Kalinkin 4a0ad7b714
Merge pull request #158276 from jonringer/nvidia-x86_64-vulkan-icd
Nvidia x86 64 vulkan icd
2022-02-07 23:01:16 -05:00
Naïm Favier ffdcd39c0b
wpa_supplicant: use unique IDs for networks and credentials
Fixes the bug described at https://github.com/NixOS/nixpkgs/pull/155266#issuecomment-1031711094
2022-02-07 20:45:08 +01:00
Jonathan Ringer 46fd0afcb3
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pysdl2/default.nix
	pkgs/top-level/aliases.nix
2022-02-06 18:36:59 -08:00
Ben Siraphob 33489310eb
Merge pull request #158358 from c0bw3b/fix/homepages
A batch of homepage (and source) updates
2022-02-06 20:02:50 +00:00
github-actions[bot] 45efe10574
Merge master into staging-next 2022-02-06 18:01:09 +00:00
Franz Pletz 788ad762b0
Merge pull request #158237 from TredwellGit/linux 2022-02-06 16:33:46 +01:00
Zane van Iperen 36b1dedddd
firejail: 0.9.66 -> 0.9.68
Fixes #153430
2022-02-07 00:27:25 +10:00
Renaud d4b72e9803 greetd: update homepage 2022-02-06 15:10:48 +01:00
Renaud e4779a33aa duti: update homepage 2022-02-06 15:10:26 +01:00
Alexander Rezvov 1a778b0e96
iotop-c: 1.20 -> 1.21 2022-02-06 16:17:35 +03:00
Vladimír Čunát 3dfddd89c6
Merge branch 'master' into staging-next
Trivial conflict in pkgs/top-level/aliases.nix
2022-02-06 10:29:49 +01:00
Jonathan Ringer 82b2a833d8
linuxPackages.nvidia_x11: add jonringer as maintainer 2022-02-05 14:01:11 -08:00
Jonathan Ringer 1da4e07ea6
linuxPackage.nvidia_x11: suffix x86_64 vulkan icd
This matches mesa behavior
2022-02-05 14:00:47 -08:00
TredwellGit 6961464057 linux: 5.4.176 -> 5.4.177 2022-02-05 21:00:09 +00:00
TredwellGit d890ab3785 linux: 5.16.5 -> 5.16.7 2022-02-05 21:00:03 +00:00
TredwellGit 52dad95367 linux: 5.15.19 -> 5.15.21 2022-02-05 20:59:54 +00:00
TredwellGit 671e3e3ab9 linux: 5.10.96 -> 5.10.98 2022-02-05 20:59:45 +00:00
Emery Hemingway 8ec81fafb6 solo5: patch solo5-virtio-mkimage to use our Syslinux, etc 2022-02-05 21:32:18 +01:00
Martin Weinelt 4fbcc67dc9
wpa_supplicant: enable WNM (802.11v)
Provides better roaming support.
2022-02-04 23:52:39 +01:00
Martin Weinelt ed521d40f6
wpa_supplicant: sort config options 2022-02-04 23:52:21 +01:00
Jan Tojnar bfd44c17cd Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/top-level/aliases.nix
2022-02-04 19:54:59 +01:00
Maximilian Bosch a9113dd103
Merge pull request #154647 from SebTM/displaylink_55beta_evdi_v1100
Displaylink 55beta evdi v1100
2022-02-04 18:17:54 +01:00
Maximilian Bosch ab936fb123
Merge pull request #157982 from TredwellGit/linux
Linux kernels 2022-02-03
2022-02-04 14:52:03 +01:00
Renaud b16f837b00
Merge pull request #157816 from trofi/fix-parallel-procdump
procdump: enable parallel building
2022-02-04 11:46:01 +01:00
Renaud fb09c126e3
Merge pull request #157627 from dtzWill/fix/fnotifystat-gh
fnotifystat: fix src/homepage, moved to github
2022-02-04 10:01:02 +01:00
Jonathan Ringer c6c7162876
Merge remote-tracking branch 'origin/staging-next' into staging 2022-02-03 21:34:17 -08:00
Jonathan Ringer 9a16965c75
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/awesomeversion/default.nix
	pkgs/development/python-modules/md2gemini/default.nix
	pkgs/development/python-modules/mill-local/default.nix
	pkgs/development/python-modules/pyatv/default.nix
	pkgs/development/python-modules/pyezviz/default.nix
	pkgs/development/python-modules/pyinsteon/default.nix
	pkgs/development/python-modules/pylitterbot/default.nix
	pkgs/development/python-modules/pynuki/default.nix
	pkgs/development/python-modules/pypck/default.nix
	pkgs/development/python-modules/types-requests/default.nix
	pkgs/top-level/aliases.nix
2022-02-03 21:29:24 -08:00
Will Dietz a2dae6912d fnotifystat: fix license gpl2 -> gpl2+ 2022-02-03 21:57:55 -06:00
Thomas Boerger b00ecd5e3d
mysides: new package for darwin (#155053) 2022-02-03 16:04:31 -05:00
Sergei Trofimovich f2428dfba3 procdump: enable parallel building 2022-02-03 20:56:05 +00:00
Artturi 0f491bd7a3
Merge pull request #157264 from FliegendeWurst/disable-broken-parallel 2022-02-03 16:04:57 +02:00
TredwellGit eaa576d028 linux/hardened/patches/5.4: 5.4.173-hardened1 -> 5.4.176-hardened1 2022-02-03 11:39:57 +00:00
TredwellGit 3e23004d64 linux/hardened/patches/5.15: 5.15.16-hardened1 -> 5.15.19-hardened1 2022-02-03 11:39:27 +00:00
TredwellGit f529fa4f4e linux/hardened/patches/5.10: 5.10.93-hardened1 -> 5.10.96-hardened1 2022-02-03 11:39:18 +00:00
TredwellGit 84bf08c27e linux/hardened/patches/4.19: 4.19.225-hardened1 -> 4.19.227-hardened1 2022-02-03 11:39:10 +00:00
TredwellGit 665abd5257 linux/hardened/patches/4.14: 4.14.262-hardened1 -> 4.14.264-hardened1 2022-02-03 11:39:02 +00:00
TredwellGit 35f965fc61 linux_latest-libre: 18517 -> 18587 2022-02-03 11:38:28 +00:00
TredwellGit 4ee1c3ad90 linux: 5.4.175 -> 5.4.176 2022-02-03 11:38:06 +00:00
TredwellGit 5aeb99768b linux: 5.16.4 -> 5.16.5 2022-02-03 11:37:58 +00:00
TredwellGit af5cda7f79 linux: 5.15.18 -> 5.15.19 2022-02-03 11:37:21 +00:00
TredwellGit a752a2371a linux: 5.10.95 -> 5.10.96 2022-02-03 11:37:12 +00:00
TredwellGit 4e53ba1b1b linux: 4.4.301 -> 4.4.302 2022-02-03 11:37:04 +00:00
Bernardo Meurer 9505b2900f
Merge pull request #157865 from fortuneteller2k/xanmod-tt
linux_xanmod: 5.15.12 -> 5.15.19
2022-02-02 12:13:53 -08:00
fortuneteller2k 7f7db2f6dd linux_xanmod: 5.15.12 -> 5.15.19 2022-02-03 01:02:27 +08:00
Patrick Hilhorst 37809af15e
Merge pull request #157631 from ivanbrennan/re-add-alsa-lib-patch 2022-02-02 17:29:17 +01:00
Kevin Cox 4f16ceeb7a
Merge pull request #157747 from LibreCybernetics/update-nvidia
nvidia_x11: 495.46 → 510.47.03
2022-02-02 07:34:27 -05:00
Pascal Wittmann b01700309d
Merge pull request #157808 from chkno/fix-sources.gentoo.org-urls
Fix broken sources.gentoo.org fetch URLs
2022-02-02 10:25:16 +01:00
Scott Worley f998cd7e54 Fix broken sources.gentoo.org fetch URLs
sources.gentoo.org is deprecated:
https://gitweb.gentoo.org/sites/www.git/commit/_includes/layout/header.html?id=526ebb46632332d44b91e0cc5a517d137845053a
2022-02-01 22:48:42 -08:00
github-actions[bot] 900bded560
Merge staging-next into staging 2022-02-02 06:01:57 +00:00
github-actions[bot] 930984c1de
Merge master into staging-next 2022-02-02 06:01:23 +00:00
Binary-Eater e621a3efa4
nvidia-x11: mark legacy_340 as broken if kernel version is greater than 5.4 (#157475) 2022-02-02 00:12:29 -05:00
Dmitry Kalinkin 3087088c41
Merge branch 'staging-next' into staging
Conflicts:
	pkgs/top-level/aliases.nix
	pkgs/top-level/python-aliases.nix
2022-02-01 21:37:39 -05:00