Unverified Commit 5e948221 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

linux_xanmod, linux_xanmod_latest: 2026-01-11 (#479480)

parents 9e062cb1 5630c69a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@ let
  variants = {
    # ./update-xanmod.sh lts
    lts = {
      version = "6.12.64";
      hash = "sha256-8GanJxG9Ma2ydEwZnw0Mxmj2gL+ScqCtZmUc7q3CY+g=";
      version = "6.12.65";
      hash = "sha256-TBzCitE2JHmUa9syiOzMKOYCc1194W8b4uDOLCP/6KE=";
      isLTS = true;
    };
    # ./update-xanmod.sh main
    main = {
      version = "6.18.4";
      hash = "sha256-/D58INKVYf5/T7VBUrpCvX7rR0rhYD/bjSdGHXHyyOI=";
      version = "6.18.5";
      hash = "sha256-G3nG41foET2Ae84gLmB3P6GylnMN2Bp55bnXY/MNI+k=";
    };
  };