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

Merge pull request #226172 from Atemu/update/xanmod

linux_xanmod, linux_xanmod_latest: update
parents 6b5a17c5 4201015d
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.23";
    hash = "sha256-yKbePeImBpDLXfexvGJdghSBr3j/oFKXeMuBAOtDqJ8=";
    version = "6.1.24";
    hash = "sha256-mLhuyASE/3kv5MD1v5pwHDkL0m7bTaRuAitG3junRyU=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.2.10";
    hash = "sha256-zy6mKpoOu9YmGI6a8ZWjV761m+AGlTaWEzpL1QloCk8=";
    version = "6.2.11";
    hash = "sha256-rwFlSv5SUwhr8U4mvOGCMKYuU5xVKC7UYRemf7DKwr0=";
    variant = "main";
  };