summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-26 17:02:23 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-27 09:57:25 +0000
commitd1df9958b64444ccc224e2d1d0219ce2b3f179b8 (patch)
treef0095fea8e167ede65e485f7dca4db2959229bbf
parentlinux: 4.19.207 -> 4.19.208 (diff)
downloadnixpkgs-d1df9958b64444ccc224e2d1d0219ce2b3f179b8.tar.gz
linux: 4.4.284 -> 4.4.285
(cherry picked from commit bae26c4e05ddb2cf032e875c4a8d2ba06e44e4c0)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.4.nix4
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 5d8f535fe4f8..33afb0f98520 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,13 +1,13 @@
{ buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
buildLinux (args // rec {
- version = "4.4.284";
+ version = "4.4.285";
extraMeta.branch = "4.4";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "00xkd2p181cfkys4nri93xy7snmn8g2481x3qz0js7g9p3kz5bqf";
+ sha256 = "0h8jzb2cg0wg4s07iqkghfxkxrnlxadwk3i3gvg2xs3ra0wrisp1";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_4 ];