Merge pull request #122438 from xaverdh/linux-5.12

linux_5_12: init at 5.12.2
This commit is contained in:
davidak
2021-05-12 02:58:55 +02:00
committed by GitHub
3 changed files with 29 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ with pkgs; {
linux_5_4 = makeKernelTest "5.4" linuxPackages_5_4;
linux_5_10 = makeKernelTest "5.10" linuxPackages_5_10;
linux_5_11 = makeKernelTest "5.11" linuxPackages_5_11;
linux_5_12 = makeKernelTest "5.12" linuxPackages_5_12;
linux_testing = makeKernelTest "testing" linuxPackages_testing;
}