summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-09-14 08:39:58 -0400
committerTim Steinbach <tim@nequissimus.com>2017-09-14 08:40:13 -0400
commit43b3029a4ac95396d67fe67cf1f62def628d68fa (patch)
tree477ca3bf6a87e94c5e904222c247adb66df10346 /pkgs/os-specific/linux/kernel
parent537da6cb50f7095210c64c0e33c570cff08f57b7 (diff)
downloadnixpkgs-43b3029a4ac95396d67fe67cf1f62def628d68fa.tar
nixpkgs-43b3029a4ac95396d67fe67cf1f62def628d68fa.tar.gz
nixpkgs-43b3029a4ac95396d67fe67cf1f62def628d68fa.tar.bz2
nixpkgs-43b3029a4ac95396d67fe67cf1f62def628d68fa.tar.lz
nixpkgs-43b3029a4ac95396d67fe67cf1f62def628d68fa.tar.xz
nixpkgs-43b3029a4ac95396d67fe67cf1f62def628d68fa.tar.zst
nixpkgs-43b3029a4ac95396d67fe67cf1f62def628d68fa.zip
linux: 4.9.49 -> 4.9.50
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-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 309286b662f..7e959241b9c 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,12 +1,12 @@
 { stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.9.49";
+  version = "4.9.50";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1ywiww2h1gf3ps305irzk7n9xkcgg9bclr2jw6r5cqxmh3qxrv2p";
+    sha256 = "0dhm5w7qa1hyqp254r41b4nhf10a8w7sv1mhd16f61inpb41829c";
   };
 
   kernelPatches = args.kernelPatches;