linux_rpi: 1.20190925 -> 1.20200601

This commit is contained in:
Ada Avery 2020-06-06 02:44:39 -07:00 committed by Michael Bishop
parent cd0cfb2ed1
commit 893b1a33fa
No known key found for this signature in database
GPG Key ID: DF6388A85A7C8D6E

View File

@ -1,8 +1,8 @@
{ stdenv, lib, buildPackages, fetchFromGitHub, perl, buildLinux, rpiVersion, ... } @ args: { stdenv, lib, buildPackages, fetchFromGitHub, perl, buildLinux, rpiVersion, ... } @ args:
let let
modDirVersion = "4.19.75"; modDirVersion = "4.19.118";
tag = "1.20190925"; tag = "1.20200601";
in in
lib.overrideDerivation (buildLinux (args // { lib.overrideDerivation (buildLinux (args // {
version = "${modDirVersion}-${tag}"; version = "${modDirVersion}-${tag}";
@ -12,7 +12,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "linux"; repo = "linux";
rev = "raspberrypi-kernel_${tag}-1"; rev = "raspberrypi-kernel_${tag}-1";
sha256 = "0l91kb4jjxg4fcp7d2aqm1fj34ns137rys93k907mdgnarcliafs"; sha256 = "11jzsmnd1qry2ir9vmsv0nfdzjpgkn5yab5ylxcz406plc073anp";
}; };
defconfig = { defconfig = {