linux_xanmod_latest: 5.19.12 -> 6.0.0, rename edge to next

This commit is contained in:
fortuneteller2k 2022-10-05 06:16:23 +00:00
parent 2f0b33c47a
commit c2fab026d8
2 changed files with 6 additions and 6 deletions

View file

@ -8,10 +8,10 @@ let
variant = "lts";
};
edgeVariant = {
version = "5.19.12";
hash = "sha256-oN9+xcHjAHt5vGg3jx9bk/VMTyPMAzw5nIqUGtybKow=";
variant = "edge";
nextVariant = {
version = "6.0.0";
hash = "sha256-E7T8eHwMKYShv4KWdCbHQmpn+54edJoKdimZY3GFbPU=";
variant = "next";
};
ttVariant = {
@ -71,6 +71,6 @@ let
in
{
lts = xanmodKernelFor ltsVariant;
edge = xanmodKernelFor edgeVariant;
next = xanmodKernelFor nextVariant;
tt = xanmodKernelFor ttVariant;
}

View file

@ -236,7 +236,7 @@ in {
};
linux_xanmod = xanmodKernels.lts;
linux_xanmod_latest = xanmodKernels.edge;
linux_xanmod_latest = xanmodKernels.next;
linux_xanmod_tt = xanmodKernels.tt;
linux_libre = deblobKernel packageAliases.linux_default.kernel;