summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-01-29 14:21:42 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-30 22:44:49 +0000
commit4e5d14e7a585855eea8d3199b9745c5de76aeabd (patch)
treef8058bc0f54a6a94a1181b4641b1d145acd4f036
parentlinux: 4.9.298 -> 4.9.299 (diff)
downloadnixpkgs-4e5d14e7a585855eea8d3199b9745c5de76aeabd.tar.gz
linux: 5.10.94 -> 5.10.95
(cherry picked from commit e21b404b64cc5346cd132575951765fb400c5902)
-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 90bd4dc2ae00..66a43d7f8a51 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.94";
+ version = "5.10.95";
# 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 = "023mrm8wjmxi6qp21p1d0kzs8k0pls6l8kp75ajix2ls9am49zr8";
+ sha256 = "08zwcf66varjm2s4lb5a5yh5lh90kb43d6dlrg4xv1179vwxmnf8";
};
} // (args.argsOverride or {}))