linux: 4.9.283 -> 4.9.284

(cherry picked from commit bb9a54d5ee3c1d28e64ff0a05cd0960a4313cf93)
This commit is contained in:
TredwellGit 2021-09-26 17:02:30 +00:00 committed by github-actions[bot]
parent d1df9958b6
commit 05e033d6f1
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];