summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-05-19 17:51:23 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-19 22:32:03 +0000
commit266151f95e4420364baa329d6e60097213b02c8a (patch)
tree150c1b9184a186c6723cbf675a2764deb35fba63
parentlinux: 4.9.313 -> 4.9.315 (diff)
downloadnixpkgs-266151f95e4420364baa329d6e60097213b02c8a.tar.gz
linux: 5.10.115 -> 5.10.117
(cherry picked from commit 1b81fcd6780ea47873512dc97c488a1a0a2b264d)
-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 4cba62d8e621..daeabc538370 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.115";
+ version = "5.10.117";
# 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,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
- sha256 = "0w9gwizyqjgsj93dqqvlh6bqkmpzjajhj09319nqncc95yrigr7m";
+ sha256 = "1iyw3nmsga2binmrhfnzsf1pvn2bs21a8jw6vm89k26z5h8zfgkh";
};
} // (args.argsOverride or {}))