diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-12-02 07:52:46 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-08 00:21:25 +0000 |
| commit | ff8f2c33c038af5699c2d9ab0177b66b57da4623 (patch) | |
| tree | f34b8b1d879d62eac908adb4a55cd5b32c1f3901 | |
| parent | linux: 4.4.292 -> 4.4.293 (diff) | |
| download | nixpkgs-ff8f2c33c038af5699c2d9ab0177b66b57da4623.tar.gz | |
linux: 4.9.290 -> 4.9.291
(cherry picked from commit e6d513660c26edb94f12e29e2007b8d3f91810be)
| -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 f58f7c4a7e4d..50feb2c821ca 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.9.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix @@ -1,12 +1,12 @@ { buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args: buildLinux (args // rec { - version = "4.9.290"; + version = "4.9.291"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1ns0xbcgv0ix4b3xkcws8g3ks1a31kzc5whmkf9arz1k8si5mpnd"; + sha256 = "0lwb9mb4s6qnwklygvfsr5ap85k83w1apkbbfdzzacfn9rvpfpdm"; }; } // (args.argsOverride or {})) |
