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:
let
modDirVersion = "4.19.75";
tag = "1.20190925";
modDirVersion = "4.19.118";
tag = "1.20200601";
in
lib.overrideDerivation (buildLinux (args // {
version = "${modDirVersion}-${tag}";
@ -12,7 +12,7 @@ lib.overrideDerivation (buildLinux (args // {
owner = "raspberrypi";
repo = "linux";
rev = "raspberrypi-kernel_${tag}-1";
sha256 = "0l91kb4jjxg4fcp7d2aqm1fj34ns137rys93k907mdgnarcliafs";
sha256 = "11jzsmnd1qry2ir9vmsv0nfdzjpgkn5yab5ylxcz406plc073anp";
};
defconfig = {