diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-10-07 07:58:42 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-10-07 22:04:15 +0000 |
| commit | f818ceb30af260989147bd2b1eb92f703e277790 (patch) | |
| tree | 1f1d9a7377b84e892f89de7e057f74270eee6e90 | |
| parent | linux: 4.14.248 -> 4.14.249 (diff) | |
| download | nixpkgs-f818ceb30af260989147bd2b1eb92f703e277790.tar.gz | |
linux: 4.19.208 -> 4.19.209
(cherry picked from commit 098ad9636ca54ac644177a193638fb2ec7c9fad6)
| -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 dd700a9a4671..65d5db46f274 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.208"; + version = "4.19.209"; # 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,7 +13,7 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1556bk46v7pjd2xrvkldq254yc18cn9jll25ba8zig57562ahkg7"; + sha256 = "04z9hxgqw2p86xxi2667kaj2w99xxxiw9gn9i1217c305swxa9vk"; }; kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ]; |
