linux_rpi{1,2,3,4}: 1.20220331 -> 1.20221028

5.15.32 -> 5.15.74

fixes #199828 build failure

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-11-06 22:50:39 +01:00
parent 9b5ca2087e
commit afe72b6bdf
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -2,8 +2,8 @@
let
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
modDirVersion = "5.15.32";
tag = "1.20220331";
modDirVersion = "5.15.74";
tag = "1.20221028";
in
lib.overrideDerivation (buildLinux (args // {
version = "${modDirVersion}-${tag}";
@ -13,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi";
repo = "linux";
rev = tag;
hash = "sha256-dJtOXe4yvZz/iu0Ly5F9/E/2GbpTJF/9ZMU3rC1nKMw=";
hash = "sha256-2UdSW9X9prAya9mvEp3i0l3Uim0wtDYEY0WrD2wntaI=";
};
defconfig = {