summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-25 20:28:16 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-26 11:11:30 +0000
commit3d420ba829cc7e59229804de61b89948c1fc1c1c (patch)
tree40de5a8221a9047eb17cc2030a29982baa6709e3
parentlinux: 4.9.325 -> 4.9.326 (diff)
downloadnixpkgs-3d420ba829cc7e59229804de61b89948c1fc1c1c.tar.gz
linux: 5.10.137 -> 5.10.138
(cherry picked from commit 20009a7b1440eced7cde24fae2aff53dca808a97)
-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 b5d58e6cb6a0..d2fb4514a377 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.137";
+ version = "5.10.138";
# 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 = "1j0n2r793pkvymjc70fzqwqi6h2j1wkja2kx012ydmsk2i6wssy1";
+ sha256 = "1a2vmcqzi71w88j79lxsrgyycq1l1gxp0cvh5ya4afhfisxh7819";
};
} // (args.argsOverride or {}))