linux-hardkernel: 4.14.73-149 -> 4.14.78-150 (#49535)

This commit is contained in:
qolii 2018-10-31 21:05:03 +00:00 committed by xeji
parent e075748769
commit a2d39a802d

View file

@ -1,10 +1,10 @@
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.14.73-149";
version = "4.14.78-150";
# modDirVersion needs to be x.y.z.
modDirVersion = "4.14.73";
modDirVersion = "4.14.78";
# branchVersion needs to be x.y.
extraMeta.branch = "4.14";
@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "hardkernel";
repo = "linux";
rev = version;
sha256 = "1zc5py6v3xyvy6dwghnqb7nsn9l1aib3d96i5bqy9dd56vyiy5m2";
sha256 = "0139qciaf1vlz41s9idjbcx20c1svrp1l7qaazfkwfx52ghb4pvv";
};
defconfig = "odroidxu4_defconfig";