summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-12-17 23:08:15 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-18 15:16:23 +0000
commit10e08b9b11c2d8e640ddad041bdf46c6fd9aab6e (patch)
treef484042c9deef45ff76a3f8100e1a512fa16ffb5
parentlinux: 4.9.292 -> 4.9.293 (diff)
downloadnixpkgs-10e08b9b11c2d8e640ddad041bdf46c6fd9aab6e.tar.gz
linux: 5.10.84 -> 5.10.87
(cherry picked from commit 72b54385a5ece0ccb87357dc189cc025f60d4f9e)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.10.nix b/pkgs/os-specific/linux/kernel/linux-5.10.nix
index 94b25d8887d5..0c58662e46a4 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.10.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.10.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.10.84";
+ version = "5.10.87";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@@ -13,7 +13,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
- sha256 = "0g935v0khv0i2qlrwr656hxl28m6zlbclc9rv15nq46xf8fjg5kf";
+ sha256 = "0jz6xhph7x0x11cjmypaw5gh8z4d53dcgx2gmg7k6d06ydq8n4h3";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];