summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-09-03 06:53:20 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-04 11:46:52 +0000
commit06bdbe3a2b259839d6c1d0f7bdd8b4cc383614cc (patch)
treefd3ca572b2dc840a2aab786eccacadfa18750edf
parentlinux: 4.9.281 -> 4.9.282 (diff)
downloadnixpkgs-06bdbe3a2b259839d6c1d0f7bdd8b4cc383614cc.tar.gz
linux: 5.10.61 -> 5.10.62
(cherry picked from commit 777135f8a00a1f2780cbb793335401cb24e0342c)
-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 96b46750ac08..b72e2e2c66e1 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.61";
+ version = "5.10.62";
# 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,7 +13,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
- sha256 = "1lci78584c0rg5m5rkylssppnv001pzh4769m9mds4fdqn6f7sl2";
+ sha256 = "1cc6z2xzi1s69805jk4f91iarx19v0yyqvssx1f1mc0l9l1db389";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];