Merge pull request #58001 from lopsided98/linux-rpi-update
linux_rpi: 1.20180919 -> 1.20190215
This commit is contained in:
commit
12b82b1a06
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user