summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-26 17:02:44 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-27 09:57:28 +0000
commiteaccf16f0500b2cc409d17778507e9ea58c26b98 (patch)
tree4942d132610e5d2669bb5174d3cd5422ddd0f3b1
parentlinux: 5.10.68 -> 5.10.69 (diff)
downloadnixpkgs-eaccf16f0500b2cc409d17778507e9ea58c26b98.tar.gz
linux: 5.14.7 -> 5.14.8
(cherry picked from commit 10fee833c9220242961d9f7b7d3a82c0a3a1a407)
-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 45d39795db6f..35e03223d319 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.7";
+ version = "5.14.8";
# 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 = "1avypasvic298823xzpzzkjbmfv9s8bjnmq92ri62qbakx23j9dg";
+ sha256 = "12cvvrxky92z1g9kj7pgb83yg9pnv2fvi7jf0pyagvqjqladl3na";
};
} // (args.argsOverride or { }))