summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-10-20 11:39:55 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-20 21:43:59 +0000
commit0c2ae8ea8f8805b0cb798e58d11414145585d09f (patch)
tree54199d00a621186d13ba3a046b935aa37c45a61f
parentlinux: 5.10.74 -> 5.10.75 (diff)
downloadnixpkgs-0c2ae8ea8f8805b0cb798e58d11414145585d09f.tar.gz
linux: 5.14.13 -> 5.14.14
(cherry picked from commit a96f1a866ac14b157ae3e9d9119d7e54c8d9eef1)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.14.nix b/pkgs/os-specific/linux/kernel/linux-5.14.nix
index ec19fa2357f2..337ef105d7c7 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.14.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.14.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.14.13";
+ version = "5.14.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 = "0kcn9g5jyd043f75wk3k34j430callzhw5jh1if9zacqq2s7haw3";
+ sha256 = "0snh17ah49wmfmazy6x42rhvl484h657y0iq4l09a885sjb4xzsd";
};
} // (args.argsOverride or { }))