linux_rpi: 1.20180919 -> 1.20190215

This commit is contained in:
Ben Wolsieffer 2019-03-20 22:51:08 -04:00
parent de0612c46c
commit 34d04f4114

View File

@ -1,8 +1,8 @@
{ stdenv, lib, buildPackages, fetchFromGitHub, perl, buildLinux, ... } @ args: { stdenv, lib, buildPackages, fetchFromGitHub, perl, buildLinux, ... } @ args:
let let
modDirVersion = "4.14.70"; modDirVersion = "4.14.98";
tag = "1.20180919"; tag = "1.20190215";
in in
lib.overrideDerivation (buildLinux (args // rec { lib.overrideDerivation (buildLinux (args // rec {
version = "${modDirVersion}-${tag}"; version = "${modDirVersion}-${tag}";
@ -12,7 +12,7 @@ lib.overrideDerivation (buildLinux (args // rec {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "linux"; repo = "linux";
rev = "raspberrypi-kernel_${tag}-1"; rev = "raspberrypi-kernel_${tag}-1";
sha256 = "1zjvzk6rhrn3ngc012gjq3v7lxn8hy89ljb7fqwld5g7py9lkf0b"; sha256 = "1gc4x7p82m2v1jhahhyl7qfdkflj71ly6p0fpc1vf9sk13hbwgj2";
}; };
defconfig = { defconfig = {