summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-07-22 22:42:24 -0400
committerTim Steinbach <tim@nequissimus.com>2018-07-22 22:42:24 -0400
commit486f37cf5bf7c84b0af5dcb0fe20c39bf0907875 (patch)
treed28459c21bddd9743fe86d65851bc60dc35eb6b0 /pkgs/os-specific
parent05b0bdb309cc4d46df2cdee4f45e5012f081534b (diff)
downloadnixpkgs-486f37cf5bf7c84b0af5dcb0fe20c39bf0907875.tar
nixpkgs-486f37cf5bf7c84b0af5dcb0fe20c39bf0907875.tar.gz
nixpkgs-486f37cf5bf7c84b0af5dcb0fe20c39bf0907875.tar.bz2
nixpkgs-486f37cf5bf7c84b0af5dcb0fe20c39bf0907875.tar.lz
nixpkgs-486f37cf5bf7c84b0af5dcb0fe20c39bf0907875.tar.xz
nixpkgs-486f37cf5bf7c84b0af5dcb0fe20c39bf0907875.tar.zst
nixpkgs-486f37cf5bf7c84b0af5dcb0fe20c39bf0907875.zip
linux: 4.9.113 -> 4.9.114
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.9.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.9.nix b/pkgs/os-specific/linux/kernel/linux-4.9.nix
index 7d92d8a7852..aff61de93be 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,11 +1,11 @@
 { stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.9.113";
+  version = "4.9.114";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "0yxwsaxnz0k03b1zj1l95ls8qm2rra9hygnjzh9z60sax56myn63";
+    sha256 = "1c3j82rcnj03bk5s2i11mhksv5l09hmkfs3rpbj5msnrn123ds76";
   };
 } // (args.argsOverride or {}))