linux: 4.9.288 -> 4.9.289

(cherry picked from commit 5cab1474d9be130cc83a5cb3c1f0eaa54fac30ff)
This commit is contained in:
TredwellGit 2021-11-05 17:24:37 +00:00 committed by github-actions[bot]
parent e73d614d6b
commit 7fbf1d3418
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.288";
version = "4.9.289";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0v5592v565bl924c23m1n7p5zddr0w7zn8m97pmikk6p7cyhjq9n";
sha256 = "19kz74qgw5yzfinnsvljmn2zm855lr4cxgfpn8gwljmkspyx1hm5";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];