diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-01-11 16:37:26 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-12 08:17:15 +0000 |
| commit | cb57af0a3c567ddead63987ef0b8e5998ee73fe8 (patch) | |
| tree | 7236d5011a3ec2c08c36dd374e8f7884068126c6 | |
| parent | linux: 4.19.224 -> 4.19.225 (diff) | |
| download | nixpkgs-cb57af0a3c567ddead63987ef0b8e5998ee73fe8.tar.gz | |
linux: 4.4.298 -> 4.4.299
(cherry picked from commit e30d75558ef7c4a5867f662bfcda2c1e75da6f87)
| -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 7690c1f6a953..1addff89c2a2 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.298"; + version = "4.4.299"; extraMeta.branch = "4.4"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1q56ch8p53in5rl5i7mvsyf0jimchrh48w3l416x3yi0n5cyvjc6"; + sha256 = "019hmplv1zhghl840qky9awziba3gx7jm80khny44gjfbyzf7d4v"; }; } // (args.argsOverride or {})) |
