summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2021-10-17 09:27:29 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-18 21:03:30 +0000
commit638c4a396cf10c57bde3949038a6d13655b281e7 (patch)
treea90f6117438515029890d8e6ae7f6687e2577a7b
parentlinux: 4.4.288 -> 4.4.289 (diff)
downloadnixpkgs-638c4a396cf10c57bde3949038a6d13655b281e7.tar.gz
linux: 4.9.286 -> 4.9.287
(cherry picked from commit dc4916976ed5bb41eb19d34d726c329d94532a81)
-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 0ebcfe090f6a..f52749a6dd8d 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,13 +1,13 @@
{ buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
buildLinux (args // rec {
- version = "4.9.286";
+ version = "4.9.287";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "0id62p43dmkl9ir278p0dsfg3q7m1d8rlxv0c9qi1pzalkygv8p2";
+ sha256 = "1hlpxnlz0y5vxcmkavsirk2kfb2l34fcvmhlcb99slh28xkjhhfl";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];