diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-08-18 18:46:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-20 12:12:14 +0000 |
| commit | 552f2172c6c406c8b1c619d3b16316a86916b0d3 (patch) | |
| tree | d691b2b07092d77816099a96da2a0da43823bc01 | |
| parent | linux: 5.13.11 -> 5.13.12 (diff) | |
| download | nixpkgs-552f2172c6c406c8b1c619d3b16316a86916b0d3.tar.gz | |
linux: 5.4.139 -> 5.4.142
(cherry picked from commit 0055f787369b73a59e99d34ace503bb263c92f98)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-5.4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.4.nix b/pkgs/os-specific/linux/kernel/linux-5.4.nix index 1433c5925a92..7cf9473451c2 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.4.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.4.139"; + version = "5.4.142"; # 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/v5.x/linux-${version}.tar.xz"; - sha256 = "0zx3hj8fc0qpdmkn56cna5438wjxmj42a69msbkxlg4mnz6d0w84"; + sha256 = "0l8l4cg04p5vx890jm45r35js1v0nljd0lp5qwkvlr45jql5fy4r"; }; kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ]; |
