linux_rpi: 1.20180417 -> 1.20180619
This commit is contained in:
parent
7b25471fb1
commit
6b5c9fc197
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
{ stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
modDirVersion = "4.14.34";
|
modDirVersion = "4.14.50";
|
||||||
tag = "1.20180417";
|
tag = "1.20180619";
|
||||||
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 = "1xgisvmcq50lpnd4rpqhaw52399n0rx2n8mp6k0bf8qm1g3vnza2";
|
sha256 = "0yccz8j3vrzv6h23b7yn7dx84kkzq3dmicm3shhz18nkpyyq71ch";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = {
|
defconfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user