linux_rpi{0,1,2,3,4}: 5.15.74 -> 5.15.84

This commit is contained in:
Jamie Magee 2023-01-08 11:07:13 -08:00
parent d165798996
commit 6c46f55495
No known key found for this signature in database

View file

@ -2,8 +2,8 @@
let
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
modDirVersion = "5.15.74";
tag = "1.20221028";
modDirVersion = "5.15.84";
tag = "1.20230106";
in
lib.overrideDerivation (buildLinux (args // {
version = "${modDirVersion}-${tag}";
@ -13,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi";
repo = "linux";
rev = tag;
hash = "sha256-2UdSW9X9prAya9mvEp3i0l3Uim0wtDYEY0WrD2wntaI=";
hash = "sha512-6Dcpo81JBvc8NOv1nvO8JwjUgOOviRgHmXLLcGpE/pI2lEOcSeDRlB/FZtflzXTGilapvmwOSx5NxQfAmysHqQ==";
};
defconfig = {