summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-22 12:44:03 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-22 14:01:31 +0000
commitc1aefa39a4f11b3326f61dab9fc107a1b91b056c (patch)
tree81547eaaa887f72025818e1b746d7df47ee75e52
parentMerge pull request #138930 from NixOS/backport-138927-to-release-21.05 (diff)
downloadnixpkgs-c1aefa39a4f11b3326f61dab9fc107a1b91b056c.tar.gz
linux: 4.14.246 -> 4.14.247
(cherry picked from commit 5e7bea92a24e5627817d0ad245fe09a0c1b48afd)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix
index 260c0e8978fe..8c044c2b2ecc 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.14.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "4.14.246";
+ version = "4.14.247";
# 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,7 +13,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "0fpgig84shpas1jc0h4s3aw9brkcq1as84gjbk4bfhc48bpi4mlw";
+ sha256 = "1kdhlsqpmw68xnfiyx98id8wis6kkxca2d4n7w2ncax0kyzrwyz7";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_14 ];