summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-05-11 08:30:35 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-11 12:10:44 +0000
commitc3a3e7397d6f07f345de4627d0277b94968e9761 (patch)
tree2977c037267d776cbda716728bcdac22ee817bd2
parentMerge pull request #172215 from Mic92/signal-desktop-backport (diff)
downloadnixpkgs-c3a3e7397d6f07f345de4627d0277b94968e9761.tar.gz
linux: 5.10.113 -> 5.10.114
(cherry picked from commit 8869941b2716c2d45d1fb13acd0ca2b49209d118)
-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 1ac78adf7c7e..ba61e44fc75d 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.113";
+ version = "5.10.114";
# 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 = "1z3dd5hrdbn2axsi2n70n41q1dq2dvg7s8aph1p6yiajpc16llc2";
+ sha256 = "09h5ngcl8clsvsv11q6ksvgcs01whlwbbrlpj1jz8mg3gjsrzl07";
};
} // (args.argsOverride or {}))