summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-22 12:44:48 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-22 14:01:36 +0000
commit4fb126fd16e3a1620eb5575c9fe2abd204842fc9 (patch)
tree82b47ebb3e8c03d083d3927a0efcf83013e43e9f
parentlinux: 5.10.67 -> 5.10.68 (diff)
downloadnixpkgs-4fb126fd16e3a1620eb5575c9fe2abd204842fc9.tar.gz
linux: 5.14.6 -> 5.14.7
(cherry picked from commit 1c9f17fb9a1f3d47c393c19e1f8ca511ca6003be)
-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 66c23ec16179..45d39795db6f 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.6";
+ version = "5.14.7";
# 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 = "1v6cicakpg0fdp74r2a4h46sj7rzpjdf4cscbr8y67kpd098r12l";
+ sha256 = "1avypasvic298823xzpzzkjbmfv9s8bjnmq92ri62qbakx23j9dg";
};
} // (args.argsOverride or { }))