about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-19 08:59:40 -0400
committerTim Steinbach <tim@nequissimus.com>2018-03-19 08:59:40 -0400
commitc4963d395d3bc5b29387e38ab1d59e6175c44fc3 (patch)
tree4738018de07aca7397afdb739a6f870f1cc69fdb /pkgs/os-specific
parent04f11faa687026eb6798412e30b9f6d2a7911570 (diff)
downloadnixlib-c4963d395d3bc5b29387e38ab1d59e6175c44fc3.tar
nixlib-c4963d395d3bc5b29387e38ab1d59e6175c44fc3.tar.gz
nixlib-c4963d395d3bc5b29387e38ab1d59e6175c44fc3.tar.bz2
nixlib-c4963d395d3bc5b29387e38ab1d59e6175c44fc3.tar.lz
nixlib-c4963d395d3bc5b29387e38ab1d59e6175c44fc3.tar.xz
nixlib-c4963d395d3bc5b29387e38ab1d59e6175c44fc3.tar.zst
nixlib-c4963d395d3bc5b29387e38ab1d59e6175c44fc3.zip
linux: 4.9.87 -> 4.9.88
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 cb2650a5a68f..3bcfa3912aa2 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, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.9.87";
+  version = "4.9.88";
   extraMeta.branch = "4.9";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "05y9wjmshd3pr3ymfpx80hjv5973i6l3zk1mpww7wnnwd6pzdjbs";
+    sha256 = "094cxc86ajnsai1vwy76mmg7l3b9lvhk6mw6746lsr3fnzv1fkq7";
   };
 } // (args.argsOverride or {}))