diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-01-29 14:21:34 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-30 22:44:49 +0000 |
| commit | c7fd7b7219e485b2530b00de8cbf24d86c6153b0 (patch) | |
| tree | 7aa30f4793cfae10c03dea2d4649c4ccad51275b | |
| parent | linux: 4.4.300 -> 4.4.301 (diff) | |
| download | nixpkgs-c7fd7b7219e485b2530b00de8cbf24d86c6153b0.tar.gz | |
linux: 4.9.298 -> 4.9.299
(cherry picked from commit dd0e39a900489925f9c272bdc6d74b323816dd95)
| -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 70457c1b3bb4..50a803892bdf 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.298"; + version = "4.9.299"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "0nrhjqn6bfp9h5dc7yacgkbfvfdhlks8ph4dzqyfjljmx9cf95ym"; + sha256 = "1n0y8hi7ljs9jr3viqhbpshq0wapmyqb8d9vlh4yzg2n5y5qs3l1"; }; } // (args.argsOverride or {})) |
