summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-10-07 07:59:00 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-07 22:04:18 +0000
commit4388bb53c962ef31381ba55b8b329a98d87b4e9d (patch)
treedeb1f1c0fb536146a84a89811a69658a3974b75e
parentlinux: 4.9.284 -> 4.9.285 (diff)
downloadnixpkgs-4388bb53c962ef31381ba55b8b329a98d87b4e9d.tar.gz
linux: 5.10.70 -> 5.10.71
(cherry picked from commit 6a1f12372598386f525524ff2d9a5ef49e4a6ac9)
-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 a5ec7b651def..eef7f3f9643c 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.70";
+ version = "5.10.71";
# 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 = "0cmj5l425c6kkaplcp1y692j123lhyqq2jgfi642jzqxf4rnqwvm";
+ sha256 = "15x4jbwy6j78ss31avdl7nr0mw4w6a1y6c6dyljh6gwngp98irh2";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];