diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-02-16 13:56:53 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-02-18 19:25:12 +0000 |
| commit | 0c4241e1bbc59af49e76915d88fdc558d6a80ed3 (patch) | |
| tree | 92931a69e38bf321e1e9ffff5bc2dca7ad031760 | |
| parent | linux: 4.19.228 -> 4.19.230 (diff) | |
| download | nixpkgs-0c4241e1bbc59af49e76915d88fdc558d6a80ed3.tar.gz | |
linux: 4.9.300 -> 4.9.302
(cherry picked from commit 897193e107fbd5949bb3531270b3afa6620a9b70)
| -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 2b1cd51dfc4d..0b67c3cd5fc7 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.300"; + version = "4.9.302"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1bzmnkhxgz093ninqg8bh348d7s4xmkld2bld8nl215gnji0wfdb"; + sha256 = "0difn0vjz4hz9vl5lklawqy19ccb5gz5p5r1cyckschf0l2nyifm"; }; } // (args.argsOverride or {})) |
