summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-26 17:02:30 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-27 09:57:26 +0000
commit05e033d6f12ad728716f63c01bc61877671b165e (patch)
tree38d1f8df750da83177ed02dcc9a9c048d01871c7
parentlinux: 4.4.284 -> 4.4.285 (diff)
downloadnixpkgs-05e033d6f12ad728716f63c01bc61877671b165e.tar.gz
linux: 4.9.283 -> 4.9.284
(cherry picked from commit bb9a54d5ee3c1d28e64ff0a05cd0960a4313cf93)
-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 552fe1434484..6128c35eb4b9 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.283";
+ version = "4.9.284";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "0pdh1lyhdp5c5n39wpr622kgchgf30iqk853a2rv9m3s3fry50lm";
+ sha256 = "0054b0cm0h2mbf6rxzdgd3c2rfz7xa32qkyr5lv58l2852hf0ri8";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];