diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2023-06-21 17:55:10 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-22 02:13:20 +0000 |
| commit | 38579806cb5d7b71f2678aa97c0d0916b473b6a8 (patch) | |
| tree | 90241c2dbdc3b15605c97a96ef154e656160cfbd | |
| parent | linux: 5.10.184 -> 5.10.185 (diff) | |
| download | nixpkgs-38579806cb5d7b71f2678aa97c0d0916b473b6a8.tar.gz | |
linux: 5.15.117 -> 5.15.118
(cherry picked from commit 00b1db98acc7238f37b6bb4889ecca20853fd001)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-5.15.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.15.nix b/pkgs/os-specific/linux/kernel/linux-5.15.nix index fbf157cd0f92..c25fdecffa37 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.15.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.15.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.15.117"; + version = "5.15.118"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "17r3yyy4yzxyi4n1ri3sb42m9y1vnn4dcc0zli04n00f7hgk7a59"; + sha256 = "1cxm7s19l2f38chxrlvx7crvqcygmc77rhsc3lfx3m84vgdg8ssf"; }; } // (args.argsOverride or { })) |
