summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-12-17 23:08:22 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-18 15:16:34 +0000
commit9908529b840eef9f566893bd5e13bcb18c172b2c (patch)
treeb02a4e440ffa1f43bba95cdd351572134f19eaf9
parentlinux: 5.10.84 -> 5.10.87 (diff)
downloadnixpkgs-9908529b840eef9f566893bd5e13bcb18c172b2c.tar.gz
linux: 5.15.7 -> 5.15.10
(cherry picked from commit 8955b58c5ee023d49c225e9ae27b0187105316fc)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.15.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.15.nix b/pkgs/os-specific/linux/kernel/linux-5.15.nix
index 603182325bb9..38405032e0d5 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.15.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.15.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.15.7";
+ version = "5.15.10";
# 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 = "1caxpqmik6gkhk3437pcgfq6vvlbs962hylgbh64iizd76l5142x";
+ sha256 = "0jsv8lialjwp91qg9c9rh8rhn49a70ryyhzl19bxq3fhz1fwyks8";
};
} // (args.argsOverride or { }))