diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-12-22 17:09:20 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-25 10:10:36 +0000 |
| commit | fc1ab454a2b02225d6a15f0a02cf9370f5d17e05 (patch) | |
| tree | 3abd500feda38e97c0ca52bd222a39fb20d192f3 | |
| parent | linux: 4.19.221 -> 4.19.222 (diff) | |
| download | nixpkgs-fc1ab454a2b02225d6a15f0a02cf9370f5d17e05.tar.gz | |
linux: 4.4.295 -> 4.4.296
(cherry picked from commit 11486e8377e819f05bba67a29418b38538b287ff)
| -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 a3c1bb1131d6..e3deaf62f04a 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.295"; + version = "4.4.296"; extraMeta.branch = "4.4"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1h3i2lgm2sy325f58jildip7m6sb4hr2n9pm3gc3h2gash65kc2r"; + sha256 = "1ydh6qiib6anxv5kxd13d9p2hjh3ni7r3whxazlzvckijmzqd5nb"; }; } // (args.argsOverride or {})) |
