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

Merge pull request #308948 from zzzsyyy/update/xanmod

linux_xanmod, linux_xanmod_latest: 2024-05-02
parents 1d44c066 dc6b85e9
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.29";
    hash = "sha256-Be2VaW0DQDS0FJUwXM627QaNgrn1B3Hbyq+PiKb7b+k=";
    version = "6.6.30";
    hash = "sha256-fQATjYekxV/+24mqyel3bYfgUMN4NhOHR9yyL6L5bl0=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.8.8";
    hash = "sha256-6fT9vRjHw775m4ySUAUWU9R0dz/cWYYdZsPCwZjGiXM=";
    version = "6.8.9";
    hash = "sha256-OUlT/fiwLGTPnr/7gneyZBio/l8KAWopcJqTpSjBMl0=";
    variant = "main";
  };