summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-4.9.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-03-31 11:58:13 -0400
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2021-04-05 10:02:50 -0400
commit69da7b41ae7654e17583ffe1bd8b6842030e5dc7 (patch)
treeb603e6721f42bc7ad87f4ad2a322093447d88d0e /pkgs/os-specific/linux/kernel/linux-4.9.nix
parente1dda91015dab0cd274eadade02dfd23d2e902e3 (diff)
downloadnixpkgs-69da7b41ae7654e17583ffe1bd8b6842030e5dc7.tar
nixpkgs-69da7b41ae7654e17583ffe1bd8b6842030e5dc7.tar.gz
nixpkgs-69da7b41ae7654e17583ffe1bd8b6842030e5dc7.tar.bz2
nixpkgs-69da7b41ae7654e17583ffe1bd8b6842030e5dc7.tar.lz
nixpkgs-69da7b41ae7654e17583ffe1bd8b6842030e5dc7.tar.xz
nixpkgs-69da7b41ae7654e17583ffe1bd8b6842030e5dc7.tar.zst
nixpkgs-69da7b41ae7654e17583ffe1bd8b6842030e5dc7.zip
linux: 4.9.263 -> 4.9.264
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-4.9.nix')
-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 c07e1c98d48..e0caeb138da 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 @@
 { buildPackages, fetchurl, perl, buildLinux, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.9.263";
+  version = "4.9.264";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1dhmgyg6asqg1pmhnzqymwz4bm6gy8gi0n2gr794as38dhn2szwz";
+    sha256 = "1df2dv26c9z6zsdlqzbcc60f2pszh0hx1n94v65jswlb72a2mipc";
   };
 } // (args.argsOverride or {}))