summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-02-19 09:16:01 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-02-19 09:16:01 +0100
commitc721be4008e9ca212a7719db11f250a08c618cc3 (patch)
tree4f5dbc5e4f5f54388e9128eea06a40c36ef0ec98 /pkgs/os-specific/linux
parentd76f38a762ffeea1270f7ed5814a67e1c60fa6a7 (diff)
parented76b12e3a96c146f38e366bd5b9647c6878462a (diff)
Merge #55845: linux-hardkernel: 4.14.87-153 -> 4.14.94-155
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-hardkernel-4.14.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-hardkernel-4.14.nix b/pkgs/os-specific/linux/kernel/linux-hardkernel-4.14.nix
index 6655845efe5d..6bc692385912 100644
--- a/pkgs/os-specific/linux/kernel/linux-hardkernel-4.14.nix
+++ b/pkgs/os-specific/linux/kernel/linux-hardkernel-4.14.nix
@@ -1,10 +1,10 @@
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
- version = "4.14.87-153";
+ version = "4.14.94-155";
# modDirVersion needs to be x.y.z.
- modDirVersion = "4.14.87";
+ modDirVersion = "4.14.94";
# branchVersion needs to be x.y.
extraMeta.branch = "4.14";
@@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "hardkernel";
repo = "linux";
rev = version;
- sha256 = "1aj3l8pf3nl0mm4m5z4z4iqd72b0nqip4cajmhpfjmq8vkygcw5c";
+ sha256 = "1jg4m17y5wkmfmw8y9y9nh14xzw6011gbzlckqabmbazcdpbmf9d";
};
defconfig = "odroidxu4_defconfig";