summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2016-10-08 05:02:07 +0000
committerEelco Dolstra <edolstra@gmail.com>2016-10-20 13:38:59 +0200
commit3af2088b3ce7fffe2bf396e15a39b18b79e6e0ba (patch)
treeb60e06537c49d6c1bcca66e1398a2766827c3588
parentlinux: 4.4.22 -> 4.4.23 (diff)
downloadnixpkgs-3af2088b3ce7fffe2bf396e15a39b18b79e6e0ba.tar.gz
linux: 4.4.23 -> 4.4.24 (#19346)
(cherry picked from commit a699eb47982273f8a506f57fca7cc6a244b0d1d8)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.4.nix b/pkgs/os-specific/linux/kernel/linux-4.4.nix
index 04b759ae0e6b..246068f09ea4 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.4.23";
+ version = "4.4.24";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "1ljvga8c6p3aww3jpi810rvf4m9qr1rjy8ya6s1xq07b08g5hpbk";
+ sha256 = "0yhs1742wrl0ip9wsayparjpr7vccljnhfjimgy4fjp3w6aync1k";
};
kernelPatches = args.kernelPatches;