mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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:
|
||||
|
||||
let
|
||||
modDirVersion = "4.14.34";
|
||||
tag = "1.20180417";
|
||||
modDirVersion = "4.14.50";
|
||||
tag = "1.20180619";
|
||||
in
|
||||
stdenv.lib.overrideDerivation (buildLinux (args // rec {
|
||||
version = "${modDirVersion}-${tag}";
|
||||
@ -12,7 +12,7 @@ stdenv.lib.overrideDerivation (buildLinux (args // rec {
|
||||
owner = "raspberrypi";
|
||||
repo = "linux";
|
||||
rev = "raspberrypi-kernel_${tag}-1";
|
||||
sha256 = "1xgisvmcq50lpnd4rpqhaw52399n0rx2n8mp6k0bf8qm1g3vnza2";
|
||||
sha256 = "0yccz8j3vrzv6h23b7yn7dx84kkzq3dmicm3shhz18nkpyyq71ch";
|
||||
};
|
||||
|
||||
defconfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user