diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-01-07 22:00:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-08 01:44:22 +0000 |
| commit | a70992e47c25294ce4189ba7fc2f45f5727ed358 (patch) | |
| tree | bc0d434a92b92a739bed84d226bb1d6ec542f91e | |
| parent | linux: 4.4.297 -> 4.4.298 (diff) | |
| download | nixpkgs-a70992e47c25294ce4189ba7fc2f45f5727ed358.tar.gz | |
linux: 4.9.295 -> 4.9.296
(cherry picked from commit b2ac2d62f8296938ceb4b26422f8ccf1f37a6215)
| -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 eefe4fc7fb68..313568e799af 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.295"; + version = "4.9.296"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "095am71hl7qryrcn1blvxsq5zsy0gixmj7062p7vvz5ypcvqcd52"; + sha256 = "1a5ws21dk5wp397zmd7msl4zbhzm2xxgbxd09wrdcwilpv4dnjzx"; }; } // (args.argsOverride or {})) |
