summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-01-24 11:16:52 -0500
committerTim Steinbach <tim@nequissimus.com>2020-01-24 11:16:52 -0500
commit53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021 (patch)
tree9fc755ab647516456c855410a51a87a291395c2f /pkgs/os-specific
parentfd2ddc32887a1802808004af9f4102306c19f660 (diff)
downloadnixpkgs-53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021.tar
nixpkgs-53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021.tar.gz
nixpkgs-53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021.tar.bz2
nixpkgs-53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021.tar.lz
nixpkgs-53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021.tar.xz
nixpkgs-53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021.tar.zst
nixpkgs-53616e8c4ee6a2fe3bb4a2c83de10e7ee28fe021.zip
linux: 4.4.210 -> 4.4.211
Diffstat (limited to 'pkgs/os-specific')
-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 0651232f91f..0e3d0db2b95 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.210";
+  version = "4.4.211";
   extraMeta.branch = "4.4";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1pg754s3138d2lq5y2zd1z7dagdy8pl4ifmp0754sa1rkjd3h0ns";
+    sha256 = "1f6qz4bvjn18cfcg3wwfsl75aw2kxwn28r228kdic9aibhy6rpvp";
   };
 } // (args.argsOverride or {}))