summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-4.4.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-10-29 08:13:10 -0400
committerTim Steinbach <tim@nequissimus.com>2019-10-29 09:20:56 -0400
commitccc929b92fc7f8073e277c9778f5508a92120387 (patch)
treea64cd9d75dc878c746aaf18a07930b479bc7a7ef /pkgs/os-specific/linux/kernel/linux-4.4.nix
parent39aa4c606b8b8d7b33f99248eabb09acc5365ea2 (diff)
downloadnixpkgs-ccc929b92fc7f8073e277c9778f5508a92120387.tar
nixpkgs-ccc929b92fc7f8073e277c9778f5508a92120387.tar.gz
nixpkgs-ccc929b92fc7f8073e277c9778f5508a92120387.tar.bz2
nixpkgs-ccc929b92fc7f8073e277c9778f5508a92120387.tar.lz
nixpkgs-ccc929b92fc7f8073e277c9778f5508a92120387.tar.xz
nixpkgs-ccc929b92fc7f8073e277c9778f5508a92120387.tar.zst
nixpkgs-ccc929b92fc7f8073e277c9778f5508a92120387.zip
linux: 4.4.197 -> 4.4.198
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-4.4.nix')
-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 7820ed3258f..b68f791cdcc 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,11 +1,11 @@
 { stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.4.197";
+  version = "4.4.198";
   extraMeta.branch = "4.4";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "0ypfl1q1bdbk81hk0bm8a0grqzz4z5rp7z7asa3191ji3r8q9x4w";
+    sha256 = "04pkryy1lc75c88vq5wcjjcxs43i7bb8hhplbfi6s204ipc0iy7c";
   };
 } // (args.argsOverride or {}))