Merge pull request #235215 from brenix/xanmod-updates

linux_xanmod: 6.1.30 -> 6.1.31, 6.3.3 -> 6.3.5
This commit is contained in:
Atemu 2023-06-02 22:33:39 +02:00 committed by GitHub
commit e5addb65b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
let
# These names are how they are designated in https://xanmod.org.
ltsVariant = {
version = "6.1.30";
hash = "sha256-F5N0PkjVBSpidP08SdBtOx5n+97RUqN32bwyQ6y+CYY=";
version = "6.1.31";
hash = "sha256-quYsp6h7IV6gUT0e55FeBlS8rH9OGrqdbM1XSIYNRV4=";
variant = "lts";
};
mainVariant = {
version = "6.3.3";
hash = "sha256-3vkY79dmRUITXUIStYVlrR/JVLtLH2hfH1YKCF03Wmo=";
version = "6.3.5";
hash = "sha256-2+8WDj1VdmIdC0DjmKyY/fMi5zoiXDAWy7EAmkImvXk=";
variant = "main";
};