diff options
| author | Yurii Matsiuk <ymatsiuk@users.noreply.github.com> | 2021-06-07 20:10:33 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-08 18:26:32 +0000 |
| commit | b21519e899125b404a3e4e4ee134019c1258097b (patch) | |
| tree | 0e84cc5dfabe000d625e9b774381b82692bcd6ce | |
| parent | linux: 4.4.270 -> 4.4.271 (diff) | |
| download | nixpkgs-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.nix | 4 |
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 ]; |
