about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-01-09 15:22:35 -0500
committerTim Steinbach <tim@nequissimus.com>2021-01-09 15:22:35 -0500
commitc5334d6c474f82d0ecee6bad49313e1cdcd23fab (patch)
treef33a470ac80ecfbe92ef9f7ad89316b0860e940c /pkgs
parent5124fff5c6efe7b770c0bcb9cfd62565f772e9c7 (diff)
linux: 4.4.249 -> 4.4.250
Diffstat (limited to 'pkgs')
-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 744f35e3ea8bc..6ff11414fced3 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.249";
+  version = "4.4.250";
   extraMeta.branch = "4.4";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "04pb4vgia6zaindf6804gq9jn3mhmy01yijqmpi79sh9rlqzzh1i";
+    sha256 = "12m14j8654rawj2znkyhvcnwnf53x10zlghxd0mpl8dfzwvn2f5b";
   };
 } // (args.argsOverride or {}))