linux_xanmod, linux_xanmod_latest: 2026-03-12 (#499486)

This commit is contained in:
Alyssa Ross 2026-03-13 08:49:43 +00:00 committed by GitHub
commit 1b42006907
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@ let
variants = {
# ./update-xanmod.sh lts
lts = {
version = "6.18.16";
hash = "sha256-qBcYKjVEg2DnGk9ywmDUCVCryyPZYnR7d4Y3QbiEa/c=";
version = "6.18.17";
hash = "sha256-REUiyKNRDhpE0vRJb+PyBpOQem0oZrV+rbeLtkkJSTo=";
isLTS = true;
};
# ./update-xanmod.sh main
main = {
version = "6.19.6";
hash = "sha256-6b0N9Q8Z3d5pElXHZHJlb2lALCsd3vCWhXA9kBYhyLk=";
version = "6.19.7";
hash = "sha256-I0bv4r08pUuhjJR1ksti2vDqzq2tZdNcaD24kDBLssk=";
};
};