diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-07-29 19:10:46 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-07-29 21:45:48 +0000 |
| commit | dc1cb127650c162311a97bc4ba72b663fbd6ea90 (patch) | |
| tree | e6e334cc782f072d1774229d50b803b03aac716d | |
| parent | linux: 5.18.13 -> 5.18.15 (diff) | |
| download | nixpkgs-dc1cb127650c162311a97bc4ba72b663fbd6ea90.tar.gz | |
linux: 5.4.207 -> 5.4.208
(cherry picked from commit d060a1191bfe4d9e8a4cc4bd49c80284bf71c294)
| -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 bcd502f79150..af11e96930db 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.207"; + version = "5.4.208"; # 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 = "1wwpd26qhv6i00p0yxjisns6qiz9bfrxvn1xb4ylwr8ls7zyx78v"; + sha256 = "0i0fxv04r6g5ha84chih5cqsy59cv67pjxp8zfrdk1qapwddyvgh"; }; } // (args.argsOverride or {})) |
