summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-09-03 06:52:50 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-04 11:46:50 +0000
commit1395fb557301cf4b9bc0642c3ef8eea306c3af22 (patch)
tree228dfb3cdb78391ead0c69e72f5efd2c6e146286
parentMerge pull request #136235 from NixOS/backport-136150-to-release-21.05 (diff)
downloadnixpkgs-1395fb557301cf4b9bc0642c3ef8eea306c3af22.tar.gz
linux: 4.14.245 -> 4.14.246
(cherry picked from commit b9c9f0a21176ea16301b96c07cd0418a0af6c64c)
-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 0b44d039a813..260c0e8978fe 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.245";
+ version = "4.14.246";
# 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 = "085jls7b2rzxlmvp0zsp4l3wi5xdrqlv2qczzwvbhzna1f4n2x0d";
+ sha256 = "0fpgig84shpas1jc0h4s3aw9brkcq1as84gjbk4bfhc48bpi4mlw";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_14 ];