summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-04 09:53:27 -0500
committerTim Steinbach <tim@nequissimus.com>2018-03-04 09:56:33 -0500
commit4eb7945515b260efa55e44e783f4b4936de9f6a4 (patch)
treed446eb9ad1b661e568d53c7201c91e774a693fce /pkgs/os-specific
parentf62131cb9191161b9f561a9d3bedbb27b8f357b2 (diff)
downloadnixlib-4eb7945515b260efa55e44e783f4b4936de9f6a4.tar
nixlib-4eb7945515b260efa55e44e783f4b4936de9f6a4.tar.gz
nixlib-4eb7945515b260efa55e44e783f4b4936de9f6a4.tar.bz2
nixlib-4eb7945515b260efa55e44e783f4b4936de9f6a4.tar.lz
nixlib-4eb7945515b260efa55e44e783f4b4936de9f6a4.tar.xz
nixlib-4eb7945515b260efa55e44e783f4b4936de9f6a4.tar.zst
nixlib-4eb7945515b260efa55e44e783f4b4936de9f6a4.zip
linux: 4.14.23 -> 4.14.24
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix
index ab2201953864..4b8515a86d33 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.14.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix
@@ -3,13 +3,13 @@
 with stdenv.lib;
 
 buildLinux (args // rec {
-  version = "4.14.23";
+  version = "4.14.24";
 
   # branchVersion needs to be x.y
   extraMeta.branch = concatStrings (intersperse "." (take 2 (splitString "." version)));
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1jhjazzaw5m92jl7cbchzfg5fyci7fp285bilydfvaibb9avb5ws";
+    sha256 = "00cqhc8198f4gj6cpz7nblpgi5zh2145arjx1yp0p4gmswdjslds";
   };
 } // (args.argsOverride or {}))