diff options
| author | Raito Bezarius <masterancpp@gmail.com> | 2023-05-30 19:51:10 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-31 10:43:34 +0000 |
| commit | 1015b6165ba362329f7c421a4fe69af12d8adcd5 (patch) | |
| tree | e939c3327c46a9076cf9a8f5f6bf83f5e8005fab | |
| parent | Merge pull request #235047 from NixOS/backport-235040-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-235038-to-release-23.05.tar.gz | |
linux_testing: 6.4-rc3 -> 6.4-rc4origin/backport-235038-to-release-23.05
https://lwn.net/ml/linux-kernel/CAHk-=whwNMtwpMxcsdC4bysY+5E9E_wNeUz=R-iciy3DJwQ+vg@mail.gmail.com/
(cherry picked from commit 5a3f79888df6c2dcbb7892ced7edf6d1e3083fcd)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-testing.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-testing.nix b/pkgs/os-specific/linux/kernel/linux-testing.nix index d01d9d4d78e5..e30689cdd3ea 100644 --- a/pkgs/os-specific/linux/kernel/linux-testing.nix +++ b/pkgs/os-specific/linux/kernel/linux-testing.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "6.4-rc3"; + version = "6.4-rc4"; extraMeta.branch = lib.versions.majorMinor version; # modDirVersion needs to be x.y.z, will always add .0 @@ -11,7 +11,7 @@ buildLinux (args // rec { src = fetchzip { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; - hash = "sha256-twGP2zNNkxJy32wCCMlkGtV1xco05FeW2s3wljwB1eM="; + hash = "sha256-PlxGRb4wKjamEDrSWpKXLxa7aX9lQoDgrjjrWhArisk="; }; # Should the testing kernels ever be built on Hydra? |
