linux_rpi: 5.4.51 -> 5.4.79

This commit is contained in:
Drew Risinger 2020-12-10 08:36:14 -05:00 committed by Florian Klink
parent 44dae8d0c8
commit 6f74787180

View File

@ -1,8 +1,9 @@
{ stdenv, lib, buildPackages, fetchFromGitHub, perl, buildLinux, rpiVersion, ... } @ args: { stdenv, lib, buildPackages, fetchFromGitHub, perl, buildLinux, rpiVersion, ... } @ args:
let let
modDirVersion = "5.4.51"; # NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
tag = "1.20200819"; modDirVersion = "5.4.79";
tag = "1.20201201";
in in
lib.overrideDerivation (buildLinux (args // { lib.overrideDerivation (buildLinux (args // {
version = "${modDirVersion}-${tag}"; version = "${modDirVersion}-${tag}";
@ -12,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "linux"; repo = "linux";
rev = "raspberrypi-kernel_${tag}-1"; rev = "raspberrypi-kernel_${tag}-1";
sha256 = "0n23q5mm2jyi42m0a45mx0add12pcc5jmfkd858s3v2d5g3bb1f0"; sha256 = "093p5kh5f27djkhbcw371w079lhhihvg3s4by3wzsd40di4fcgn9";
}; };
defconfig = { defconfig = {