summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-06-28 19:14:14 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-29 08:51:39 +0000
commitbc81326d0ddef8b1c0481eaeffcf8258813766a2 (patch)
tree017a7a359680534059e6bcb75cfc89d1c2d06ba1
parentlinux: 4.14.284 -> 4.14.285 (diff)
downloadnixpkgs-bc81326d0ddef8b1c0481eaeffcf8258813766a2.tar.gz
linux: 4.19.248 -> 4.19.249
(cherry picked from commit 34fe04da8e4ee12c72e7481fa3ac6506657f826b)
-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 4d322c8ed6d3..24d0df8223fe 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.248";
+ version = "4.19.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,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "0cdflfk6l13slw1cawpkhpjzbbnffcbyffrh29p9jg73pdqx23y4";
+ sha256 = "14aiypira32hsw7wy9bhdw9rvfn705r0sb4415n9pfvi091bsjyf";
};
} // (args.argsOverride or {}))