summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-04-28 12:13:07 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-04-29 07:12:39 +0000
commit84b239bfedef843606e52cabc62721e1eca05e10 (patch)
tree5733c9989e84839141b14988b85d585f09d597b4
parentlinux: 4.9.311 -> 4.9.312 (diff)
downloadnixpkgs-84b239bfedef843606e52cabc62721e1eca05e10.tar.gz
linux: 5.10.112 -> 5.10.113
(cherry picked from commit f1ad14384b81237c1e63bc21b89644e3f3f68fb7)
-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 1dab43b9acf8..1ac78adf7c7e 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.112";
+ version = "5.10.113";
# 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 = "19aa7fq8n75gh0vv01mpxg4cxkfpr5lj0sv6lxiyzcgbc71isv4c";
+ sha256 = "1z3dd5hrdbn2axsi2n70n41q1dq2dvg7s8aph1p6yiajpc16llc2";
};
} // (args.argsOverride or {}))