linux: 4.9.275 -> 4.9.276

(cherry picked from commit c6eff0d2f599621fa4936e2c605823e3489a7044)
This commit is contained in:
TredwellGit 2021-07-20 19:06:31 +00:00 committed by Yuka
parent 8e34af05ab
commit 6f6efc8dda
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.275";
version = "4.9.276";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "08mz7mzmhk5n1gwadrc5fw8s40jk0rayvdpjcricl4sv56574lb6";
sha256 = "16jp05jhmqcp8lawqga69gxn1acdkxsskn3a6wf0635863fky3hv";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];