summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-11-30 08:11:12 -0500
committerTim Steinbach <tim@nequissimus.com>2019-11-30 08:11:12 -0500
commit77ce626d1033ccc381d7507dde87e677a339be48 (patch)
treeb00fdf1f7fe57fd831b735cc92246de06bd2b349 /pkgs/os-specific
parent9d07976ab4f83ee90891afb37c0d2de338d8d9bc (diff)
downloadnixpkgs-77ce626d1033ccc381d7507dde87e677a339be48.tar
nixpkgs-77ce626d1033ccc381d7507dde87e677a339be48.tar.gz
nixpkgs-77ce626d1033ccc381d7507dde87e677a339be48.tar.bz2
nixpkgs-77ce626d1033ccc381d7507dde87e677a339be48.tar.lz
nixpkgs-77ce626d1033ccc381d7507dde87e677a339be48.tar.xz
nixpkgs-77ce626d1033ccc381d7507dde87e677a339be48.tar.zst
nixpkgs-77ce626d1033ccc381d7507dde87e677a339be48.zip
linux: 4.9.203 -> 4.9.205
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 94ba9ae6abd..940c7c7e57c 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, fetchurl, perl, buildLinux, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.9.203";
+  version = "4.9.205";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "0jd8n8y3yf59sgfjhgjxsznxng7s4b30x5vdb48wrpgqmz7m1n8w";
+    sha256 = "01cbqxw77g6rdg7dgk73pg9a2n9v4sxp48q2a77w1b068xjfifcq";
   };
 } // (args.argsOverride or {}))