summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-02-03 11:37:58 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-04 13:57:02 +0000
commit6cba0c83882cb114d9a80ab55ec47ee9c6c46a76 (patch)
treecee3382ccf2c5b9a23ebb2be689e84598612c46f
parentlinux: 5.15.18 -> 5.15.19 (diff)
downloadnixpkgs-6cba0c83882cb114d9a80ab55ec47ee9c6c46a76.tar.gz
linux: 5.16.4 -> 5.16.5
(cherry picked from commit 5aeb99768b2a1f0538ff1f6a21994746be0fc73b)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.16.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.16.nix b/pkgs/os-specific/linux/kernel/linux-5.16.nix
index 0ebf566f80bb..76bba47ed88e 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.16.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.16.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.16.4";
+ version = "5.16.5";
# 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 = "1gsh7gj5k6kqf5sf26b26rr0idgxdw4xxcba2qaajddyp502mqrb";
+ sha256 = "1ay7y7c2bdgvqd7hw8l9jxzx9m2rd5drdakjqnblz4w9sbcyvbpc";
};
} // (args.argsOverride or { }))