summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-27 01:12:40 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-27 16:28:34 +0000
commitf77576ec34e0d4649207415a1a04dd0c094e3614 (patch)
tree52323e327e4f792578ce74b0e4ffcac4a8b914b6
parentlinux: 4.4.281 -> 4.4.282 (diff)
downloadnixpkgs-f77576ec34e0d4649207415a1a04dd0c094e3614.tar.gz
linux: 4.9.280 -> 4.9.281
(cherry picked from commit 4442d7b8ddd5c826baad3c541d16a317be447e54)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.9.nix4
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 bbc5a58ec0cc..71ea75253d6c 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,13 +1,13 @@
{ buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
buildLinux (args // rec {
- version = "4.9.280";
+ version = "4.9.281";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "0am9qg9j18j4fc5zi6bk1g0mi8dp31pl62wlihxhhkc5yspzrna3";
+ sha256 = "1dg70jv3bqanmjs31s0x2p7nd5g37bqzjn9rc1y6wvkgm4pwahi6";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];