diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-01-11 16:37:32 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-12 08:17:15 +0000 |
| commit | e6ed922049204fe40f827f687103da5cb66ad283 (patch) | |
| tree | 31583a4924687b7c3b3d42b4d82bec7a51356eb4 | |
| parent | linux: 4.4.298 -> 4.4.299 (diff) | |
| download | nixpkgs-e6ed922049204fe40f827f687103da5cb66ad283.tar.gz | |
linux: 4.9.296 -> 4.9.297
(cherry picked from commit 84e167d8b325b37aa3e5269a4a1d5cd861bf6aff)
| -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 313568e799af..81f576616f7f 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.296"; + version = "4.9.297"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1a5ws21dk5wp397zmd7msl4zbhzm2xxgbxd09wrdcwilpv4dnjzx"; + sha256 = "17yqnr6p0prgcw8nikjmi49ll4s77ylaixcja5m15cq9x36shfz4"; }; } // (args.argsOverride or {})) |
