linux-hardkernel: 4.14.55-146 -> 4.14.66-147

This commit is contained in:
qoli 2018-08-27 17:29:23 -07:00
parent 81e65071bb
commit 5d0e53fd97

View File

@ -1,10 +1,10 @@
{ stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.14.55-146";
version = "4.14.66-147";
# modDirVersion needs to be x.y.z.
modDirVersion = "4.14.55";
modDirVersion = "4.14.66";
# branchVersion needs to be x.y.
extraMeta.branch = "4.14";
@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "hardkernel";
repo = "linux";
rev = version;
sha256 = "1bm1njng4rwfylgnqv06vabkvybm9rikqj1lsb7p9qcs3y1kw6mh";
sha256 = "06v38jl4i7l8gl8zcpyp9vmjjhaqhbp7by15f82rxa724zppxi9x";
};
defconfig = "odroidxu4_defconfig";