summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-03-16 16:45:56 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-03-16 21:04:26 +0000
commitfdee8a83e5cea904c3b793a533b0bea7bc608b44 (patch)
treeb25bf43e1da7f84c666ff5781746bf35cd0ea70e /pkgs
parentb0ac55d4492f8de3489d29de0d80e54069121f2a (diff)
linux: 4.19.234 -> 4.19.235
(cherry picked from commit 111be9fee33d45ff5892cdbc71aaadf05010e610)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.19.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix
index 1ea6bedc0032..c4bd2f8fc5da 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.19.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "4.19.234";
+ version = "4.19.235";
# 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 = "12rd468wvmmdmgzy9vs2ny155yp9wxrf15lrslpc8xm4wimrd0h0";
+ sha256 = "1615y3ma9icmqqr7lisl8nd8zvvkh77a81yl39yvy6qi9345l32k";
};
} // (args.argsOverride or {}))