summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-01-11 16:37:49 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-12 08:17:15 +0000
commit14025a8d66ba314430356b17aa2bd21e7b73d433 (patch)
tree31f951f49edf8a6da78fe98bd74dd4c25bfea46d
parentlinux: 5.10.90 -> 5.10.91 (diff)
downloadnixpkgs-14025a8d66ba314430356b17aa2bd21e7b73d433.tar.gz
linux: 5.15.13 -> 5.15.14
(cherry picked from commit 4cf69dc13ac34c043057f5405ab5f90e61569dfa)
-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 a8d4c43a107e..1de3117f94e3 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.13";
+ version = "5.15.14";
# 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 = "0shmrx33crnhi0wr5v6ly85pza1mmdcm8arkrdzf6plz5xm1n4qa";
+ sha256 = "0kbayz4k72hx9b0l9yz2mbgb2xpnpm13snms06r2absv3gkv9wid";
};
} // (args.argsOverride or { }))