diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-01-11 16:37:55 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-12 08:17:15 +0000 |
| commit | acc68f6f37c4754b2c0f77c1e75b9c0c3b2c76ce (patch) | |
| tree | 3223a02193d41ff0259f9f858a2e7e3eb8492de9 | |
| parent | linux: 5.15.13 -> 5.15.14 (diff) | |
| download | nixpkgs-origin/backport-154602-to-release-21.11.tar.gz | |
linux: 5.4.170 -> 5.4.171origin/backport-154602-to-release-21.11
(cherry picked from commit 61dd0c8e854f60f285e04fd4862d51ac02832dcb)
| -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 c24b9778c594..8147f55409df 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.170"; + version = "5.4.171"; # 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/v5.x/linux-${version}.tar.xz"; - sha256 = "0b1qdmp2q0lpngfvvnwb248cnqn9akk2z4xawrfwziszrzh797xh"; + sha256 = "0n29bd1kv4rk3ji05vkvxkrzyzq50dxk0zsnk7r5lj45gpnwig5g"; }; } // (args.argsOverride or {})) |
