linux_xanmod_latest: 6.0.0 -> 6.0.6

This commit is contained in:
fortuneteller2k 2022-10-31 17:57:16 +00:00
parent ebc901cc8e
commit ec9b92c9f1
2 changed files with 6 additions and 6 deletions

View File

@ -8,10 +8,10 @@ let
variant = "lts";
};
nextVariant = {
version = "6.0.0";
hash = "sha256-E7T8eHwMKYShv4KWdCbHQmpn+54edJoKdimZY3GFbPU=";
variant = "next";
mainVariant = {
version = "6.0.6";
hash = "sha256-JMfAtiPDgoVF+ypeFXev06PL39ZM2H7m07IxpasjAoM=";
variant = "main";
};
xanmodKernelFor = { version, suffix ? "xanmod1", hash, variant }: buildLinux (args // rec {
@ -55,5 +55,5 @@ let
in
{
lts = xanmodKernelFor ltsVariant;
next = xanmodKernelFor nextVariant;
main = xanmodKernelFor mainVariant;
}

View File

@ -233,7 +233,7 @@ in {
linux_xanmod = xanmodKernels.lts;
linux_xanmod_stable = throw "linux_xanmod_stable was removed because it has reached its end of life upstream";
linux_xanmod_latest = xanmodKernels.next;
linux_xanmod_latest = xanmodKernels.main;
linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option";
linux_libre = deblobKernel packageAliases.linux_default.kernel;