diff options
| author | Bernardo Meurer <bernardo@meurer.org> | 2022-08-16 11:40:10 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-17 08:31:41 +0000 |
| commit | 5090645850a9cab20fc037704ba652f16ddb9fa1 (patch) | |
| tree | 7803e5f0f7e20cc66a76401ebdafc74d00c75376 | |
| parent | linux/hardened/patches/5.18: 5.18.15-hardened1 -> 5.18.17-hardened1 (diff) | |
| download | nixpkgs-5090645850a9cab20fc037704ba652f16ddb9fa1.tar.gz | |
linux_testing: 5.19-rc -> 6.0-rc1
(cherry picked from commit 676abbfc9bd8e7b2249555ac4ddc5c441fbc1d5d)
| -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 0ed4c48047ad..a4304e9e9369 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 = "5.19-rc5"; + version = "6.0-rc1"; 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 = fetchurl { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; - sha256 = "sha256-eqBbQBZaqexgx6m3jAoU/0HWAdHbAuT3slZWMZhrht0="; + sha256 = "sha256-RReHoEYavib86K9XQKwguBYQvyQboRl7537p69P8ca0="; }; # Should the testing kernels ever be built on Hydra? |
