diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-12-09 06:29:15 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-12 19:24:54 +0000 |
| commit | 742060322a007d2c10d224b31034b5da21754d3e (patch) | |
| tree | dbbaf9a9ff64032c50ec09366d94c5520b38edb3 | |
| parent | linux: 5.10.83 -> 5.10.84 (diff) | |
| download | nixpkgs-742060322a007d2c10d224b31034b5da21754d3e.tar.gz | |
linux: 5.15.6 -> 5.15.7
(cherry picked from commit 935be58f5c80c02c48256406dc8df04e75fb52be)
| -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 5a6d55b94b67..603182325bb9 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.6"; + version = "5.15.7"; # 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 = "1w0plw9rzk2c0g8yxzwj7c6wkq538sy56mx1skmf58wrl83bmsdk"; + sha256 = "1caxpqmik6gkhk3437pcgfq6vvlbs962hylgbh64iizd76l5142x"; }; } // (args.argsOverride or { })) |
