linux: 4.9.285 -> 4.9.286

(cherry picked from commit 049968322bc63cccbbebe400dddfed022c103e28)
This commit is contained in:
TredwellGit 2021-10-12 04:04:50 +00:00 committed by Maximilian Bosch
parent c52a6ac109
commit c4e43b9b47
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
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.285";
version = "4.9.286";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1hkkk4mhr5qnrhwqcz0b20rff6j8pnwd868a5hsq8s867pa24ajb";
sha256 = "0id62p43dmkl9ir278p0dsfg3q7m1d8rlxv0c9qi1pzalkygv8p2";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];