summary refs log tree commit diff
diff options
context:
space:
mode:
authorqolii <36613499+qolii@users.noreply.github.com>2019-03-15 23:01:39 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-16 00:01:39 +0100
commit8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b (patch)
tree2ba156d12a0da47080fb849bdfcb2f52a7c97f25
parent78091dffcbc16ac28a2482745b4ecd4588b6c1d4 (diff)
downloadnixpkgs-8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b.tar
nixpkgs-8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b.tar.gz
nixpkgs-8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b.tar.bz2
nixpkgs-8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b.tar.lz
nixpkgs-8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b.tar.xz
nixpkgs-8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b.tar.zst
nixpkgs-8d1270f9c3d6df9a6c4b0b4d1750dce942c6708b.zip
linux_hardkernel_4_14: 4.14.94-155 -> 4.14.102-156 (#57082)
-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 6bc69238591..3fcb2fcbb24 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.94-155";
+  version = "4.14.102-156";
 
   # modDirVersion needs to be x.y.z.
-  modDirVersion = "4.14.94";
+  modDirVersion = "4.14.102";
 
   # branchVersion needs to be x.y.
   extraMeta.branch = "4.14";
@@ -13,7 +13,7 @@ buildLinux (args // rec {
     owner = "hardkernel";
     repo = "linux";
     rev = version;
-    sha256 = "1jg4m17y5wkmfmw8y9y9nh14xzw6011gbzlckqabmbazcdpbmf9d";
+    sha256 = "12af0n1lg2w2qm9aq1v8w3x8npaka60ks9xp6jwaw0l06j23ryyv";
   };
 
   defconfig = "odroidxu4_defconfig";