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

Merge pull request #256895 from Atemu/update/xanmod

linux_xanmod, linux_xanmod_latest: 2023-09-23
parents 3feee101 cf82e3fa
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.53";
    hash = "sha256-+70dp+zVOvfKJv9hEy3FpEs2ldrxHiWbokaUnXrNj5o=";
    version = "6.1.54";
    hash = "sha256-sAVWtpR0fzBcLR82MFREG4Qv/JEXyJ+5MZ/XDVE0fu8=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.5.3";
    hash = "sha256-2giaFyN3kWzQ9cl1mTM9ecSlwoQS+dm3/LvbTAHjZ/A=";
    version = "6.5.4";
    hash = "sha256-zT+aU/pOtKgzVOH5Xg4qd88RcDVBmO4af/rgrkUrnfw=";
    variant = "main";
  };