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

Merge pull request #334199 from Shawn8901/xanmod_update

linux_xanmod, linux_xanmod_latest: 2024-08-11
parents 58277c36 4f0e9ad4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@ let
  # NOTE: When updating these, please also take a look at the changes done to
  # kernel config in the xanmod version commit
  ltsVariant = {
    version = "6.6.44";
    hash = "sha256-kRMx0NVZNZ0xcEq+Bg9NkzHgRCnblbamxLKUbzfp6h0=";
    version = "6.6.45";
    hash = "sha256-sYAa/uIi076XJMHOSjOSQO/rK/wUWIpAfWb/EYDXvD0=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.10.3";
    hash = "sha256-Nwv7Ms8R6tTBK7oHeRf19S1OFCEJcf/fTXurHs+JI0Y=";
    version = "6.10.4";
    hash = "sha256-8iK821QbJcgXEeCWh1g1DlJ3gOD5eDErw0O7O+cEGwQ=";
    variant = "main";
  };