diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-05-06 00:20:50 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-06 12:10:40 +0000 |
| commit | 9aad7f496e6e9edfc189d1ce86d0592f6687dfa3 (patch) | |
| tree | a41eef3e3aff9f532ee36de970267e9ce969e3fc | |
| parent | Merge pull request #171684 from NixOS/backport-171677-to-release-21.11 (diff) | |
| download | nixpkgs-9aad7f496e6e9edfc189d1ce86d0592f6687dfa3.tar.gz | |
linux: 4.19.240 -> 4.19.241
(cherry picked from commit 4ac44ce7218ac31be0cea74fd06f317269c2b1f8)
| -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 c03c5d5afd21..2e1f98af3e20 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.240"; + version = "4.19.241"; # 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 = "1hj6vngynx6kjaczjl77jjwqq0kh0lm6jdqjvakd1cgrppaizb3j"; + sha256 = "04zyi22c2d91k7v2w0s8v112cqqf24km599mn18k2nafq79njqjc"; }; } // (args.argsOverride or {})) |
