summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-11-04 11:51:09 +0000
committerBernardo Meurer <bernardo@meurer.org>2022-11-04 11:51:09 +0000
commit282901a0505ad496055ff715f4cfb77e5b43a27d (patch)
treee3441e1823840c5a300faa62aa1034e214b2fec8
parentMerge pull request #199151 from cpcloud/fix-parquet-tools (diff)
downloadnixpkgs-282901a0505ad496055ff715f4cfb77e5b43a27d.tar.gz
linux: 4.14.296 -> 4.14.298
-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 e94263de28e6..97fd9d525f37 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.296";
+ version = "4.14.298";
# 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/v4.x/linux-${version}.tar.xz";
- sha256 = "1n4vngqbywwkqrq9fwp3lp4w6d3z588hbnzfngcp07z1ffrcvm9d";
+ sha256 = "0w8f7m3mdj6gcxdvsvxw5hqqfhwffpfl794rgianl4r6iad8w7s6";
};
} // (args.argsOverride or {}))