diff options
| author | Raito Bezarius <masterancpp@gmail.com> | 2023-06-22 18:29:52 +0200 |
|---|---|---|
| committer | Alyssa Ross <hi@alyssa.is> | 2023-06-23 12:15:04 +0000 |
| commit | 599abeacaabe6b51077f3b96aeb2733ff8a422fd (patch) | |
| tree | 1c3eb065a5e46b764fc532705acfaa72605bf905 | |
| parent | Merge pull request #239150 from NixOS/backport-238958-to-release-23.05 (diff) | |
| download | nixpkgs-599abeacaabe6b51077f3b96aeb2733ff8a422fd.tar.gz | |
linux_testing: 6.4-rc6 -> 6.4-rc7
https://lwn.net/Articles/935082/
(cherry picked from commit 4fa45e42782ee3897406f8bf75ac896360bcad68)
| -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 deb48cea78d4..4e1c34d6ae4b 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-rc6"; + version = "6.4-rc7"; 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-gJSVjuYoA5k7XuxRirS/ac770ZfXqIUvI7BUPwxvN1g="; + hash = "sha256-UDhLrKe8yMvmWbS19Xt1G3SQpAUWyKrfV3v1MJ5Vep8="; }; # Should the testing kernels ever be built on Hydra? |
