diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-12-09 06:28:59 +0000 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2021-12-12 20:53:42 +0100 |
| commit | a51d91b6dcd7aaff9dd254f898a828e05758834c (patch) | |
| tree | 34450c97fa0d86a90833da9d6aaa38d8f52202ab | |
| parent | linux: 4.4.293 -> 4.4.294 (diff) | |
| download | nixpkgs-a51d91b6dcd7aaff9dd254f898a828e05758834c.tar.gz | |
linux: 4.9.291 -> 4.9.292
(cherry picked from commit ad844d0a89e063c5f4da639d820e592d4dc5af30)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.9.nix | 4 |
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 43d016309b4e..2d85fec28d62 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.291"; + version = "4.9.292"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "0lwb9mb4s6qnwklygvfsr5ap85k83w1apkbbfdzzacfn9rvpfpdm"; + sha256 = "0y3b6qqv6vrh2p5wwv5bicvbqrvxf1y5xm4myy5pk6yp2igws3kd"; }; kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ]; |
