Unverified Commit d5cc80cb authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #227410 from Atemu/update/xanmod

linux_xanmod: update
parents ecd33b6f 40a5c0a0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,14 +3,14 @@
let
  # These names are how they are designated in https://xanmod.org.
  ltsVariant = {
    version = "6.1.24";
    hash = "sha256-mLhuyASE/3kv5MD1v5pwHDkL0m7bTaRuAitG3junRyU=";
    version = "6.1.25";
    hash = "sha256-Cn8NAVdfL2VJIPuZ3tANxB3VyQI0X2/YZG0/4r/ccYg=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.2.11";
    hash = "sha256-rwFlSv5SUwhr8U4mvOGCMKYuU5xVKC7UYRemf7DKwr0=";
    version = "6.2.12";
    hash = "sha256-K/s1nSLOrzZ/A3pnv9qFs8SkI9R6keG0WGV1o7K6jUQ=";
    variant = "main";
  };