summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-03-16 16:46:14 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-03-16 21:04:26 +0000
commit6116b6b75fbf3acd14bf2b3e24bb113dd4f5f57e (patch)
tree40df3f8d08a6537f92cf4f9603356cffcbc8faf8 /pkgs/os-specific
parent936982d3284d4f221002bdf4c2a410e6936f0415 (diff)
linux: 5.15.28 -> 5.15.29
(cherry picked from commit 6ddf7b574c6458dc8be2eb131add69cc076068e4)
Diffstat (limited to 'pkgs/os-specific')
-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 ac08bef0a879..8c2979955371 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.28";
+ version = "5.15.29";
# 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 = "1rhhn2a7799nnvx8dj83glb0p0qakxanhxvvl7crznvip7rvp8nq";
+ sha256 = "0vl7xm4xs59z071wfjna392yada3hg5h6h3dfjaswircc22fc1ar";
};
} // (args.argsOverride or { }))