summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-10-07 07:58:36 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-07 22:04:14 +0000
commit9785fffe006083ceb9d41493e44919164a7b64ba (patch)
tree7c6dffd4a21e02c83cbef97a47679cd055c79592
parentMerge pull request #140785 from risicle/ris-onionshare-known-vulnerabilities-... (diff)
downloadnixpkgs-9785fffe006083ceb9d41493e44919164a7b64ba.tar.gz
linux: 4.14.248 -> 4.14.249
(cherry picked from commit 8d2f3a9fb1a0a56ca58a10a6c3631b4d48baa2cc)
-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 f0e7ffccc365..5ac9f9e664df 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.248";
+ version = "4.14.249";
# 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 = "0m5nsd41b08xppcf7vvx8zgj3h3sp3n6xrgxfkccn6n4bk7yx4y9";
+ sha256 = "0wn4yw9fliw3a8knvj2hdprbyyx7akm9ycclr2y1whpa5gmrc3rj";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_14 ];