linux_rpi: 1.20180619 -> 1.20180817
This commit is contained in:
parent
14fbea9111
commit
9f85167455
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
modDirVersion = "4.14.50";
|
modDirVersion = "4.14.62";
|
||||||
tag = "1.20180619";
|
tag = "1.20180817";
|
||||||
in
|
in
|
||||||
stdenv.lib.overrideDerivation (buildLinux (args // rec {
|
stdenv.lib.overrideDerivation (buildLinux (args // rec {
|
||||||
version = "${modDirVersion}-${tag}";
|
version = "${modDirVersion}-${tag}";
|
||||||
@ -12,7 +12,7 @@ stdenv.lib.overrideDerivation (buildLinux (args // rec {
|
|||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "raspberrypi-kernel_${tag}-1";
|
rev = "raspberrypi-kernel_${tag}-1";
|
||||||
sha256 = "0yccz8j3vrzv6h23b7yn7dx84kkzq3dmicm3shhz18nkpyyq71ch";
|
sha256 = "17k7c9hcp834qmlpllag8jc6xhym9wkr5lck1vr0y2wlcxccwnaz";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = {
|
defconfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user