diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-12-29 16:39:14 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-30 13:51:48 +0000 |
| commit | a1df6156e48129627a7914566a34a3d021d8cd32 (patch) | |
| tree | 695933e27ebe1265444b98e69dfadbd53ee4b7d3 | |
| parent | linux: 4.19.222 -> 4.19.223 (diff) | |
| download | nixpkgs-a1df6156e48129627a7914566a34a3d021d8cd32.tar.gz | |
linux: 4.4.296 -> 4.4.297
(cherry picked from commit 2f1863ce774670ac6a34e6f826107c608f9ca4bd)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.4.nix b/pkgs/os-specific/linux/kernel/linux-4.4.nix index e3deaf62f04a..4bc6ca32c16b 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.4.nix @@ -1,12 +1,12 @@ { buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args: buildLinux (args // rec { - version = "4.4.296"; + version = "4.4.297"; extraMeta.branch = "4.4"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1ydh6qiib6anxv5kxd13d9p2hjh3ni7r3whxazlzvckijmzqd5nb"; + sha256 = "116346nkbhaz8jc1118gh40y6pw1kq7c7hm74f8bjga1p0gjqn0c"; }; } // (args.argsOverride or {})) |
