summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-27 01:12:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-27 16:28:35 +0000
commitd3dd950f8c32535faf5564751ddb05339a8d0f35 (patch)
tree9564884f2cd3285b44200c7b93be1c6f5ab981be
parentlinux: 4.9.280 -> 4.9.281 (diff)
downloadnixpkgs-d3dd950f8c32535faf5564751ddb05339a8d0f35.tar.gz
linux: 5.10.60 -> 5.10.61
(cherry picked from commit 78eea2b5d20e33616492242ba82966f9b2609036)
-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 292691fea2ac..96b46750ac08 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.60";
+ version = "5.10.61";
# 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 = "13gpamqj0shvad4nd9v11iv8qdfbjgb242nbvcim2z3c7xszfvv9";
+ sha256 = "1lci78584c0rg5m5rkylssppnv001pzh4769m9mds4fdqn6f7sl2";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];