summary refs log tree commit diff
diff options
context:
space:
mode:
authorqolii <36613499+qolii@users.noreply.github.com>2018-10-31 21:05:03 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-31 22:05:02 +0100
commita2d39a802d8ced741471d63a5ec08edb8605fb10 (patch)
treee7d6221eeca49dd2729dda594ce231aa087b7894
parente07574876980e36c662c4cd8b2a1297893ca9011 (diff)
downloadnixpkgs-a2d39a802d8ced741471d63a5ec08edb8605fb10.tar
nixpkgs-a2d39a802d8ced741471d63a5ec08edb8605fb10.tar.gz
nixpkgs-a2d39a802d8ced741471d63a5ec08edb8605fb10.tar.bz2
nixpkgs-a2d39a802d8ced741471d63a5ec08edb8605fb10.tar.lz
nixpkgs-a2d39a802d8ced741471d63a5ec08edb8605fb10.tar.xz
nixpkgs-a2d39a802d8ced741471d63a5ec08edb8605fb10.tar.zst
nixpkgs-a2d39a802d8ced741471d63a5ec08edb8605fb10.zip
linux-hardkernel: 4.14.73-149 -> 4.14.78-150 (#49535)
-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 fc9cb2f238b..8ad96f4f1bf 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.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";