summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-06-07 20:10:33 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-08 18:26:32 +0000
commitb21519e899125b404a3e4e4ee134019c1258097b (patch)
tree0e84cc5dfabe000d625e9b774381b82692bcd6ce
parentlinux: 4.4.270 -> 4.4.271 (diff)
downloadnixpkgs-b21519e899125b404a3e4e4ee134019c1258097b.tar.gz
linux: 4.9.270 -> 4.9.271
(cherry picked from commit 3739547f71399e6b689682f64376ea47055563e4)
-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 7dda6f5356dc..4be4b6fb222a 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.270";
+ version = "4.9.271";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "0ck5abzpla291gcxrxjindj5szgcvmb2fwfilvdnzc6pnqk00ay3";
+ sha256 = "1480miixphkf0b8w00m753ar7yp1rnl3zyr9wp4inngi2f90553r";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_9 ];