diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-05-13 00:31:29 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-13 15:11:11 +0000 |
| commit | 2f148e6d29274d2c2581ae192fda5b70736ec03a (patch) | |
| tree | 258f9f2e93f437d074bd0593e5d03858e7bd3474 | |
| parent | linux: 4.14.277 -> 4.14.278 (diff) | |
| download | nixpkgs-2f148e6d29274d2c2581ae192fda5b70736ec03a.tar.gz | |
linux: 4.19.241 -> 4.19.242
(cherry picked from commit 30efbf1352085cae280f1a1230798f2e999f9849)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.19.nix | 4 |
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 2e1f98af3e20..2db4ec01e72d 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.241"; + version = "4.19.242"; # 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 = "04zyi22c2d91k7v2w0s8v112cqqf24km599mn18k2nafq79njqjc"; + sha256 = "18k5fbzclk7g657bs8idwqjk7hakzx6256b1a3506sy29q4zvg2r"; }; } // (args.argsOverride or {})) |
