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

Merge pull request #269986 from NixOS/backport-269416-to-release-23.11

[Backport release-23.11] linux_xanmod, linux_xanmod_latest: 2023-11-20
parents d572fb05 2d5c0b67
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.1.62";
    hash = "sha256-fo5OQ/MZ+QVdCmLzX0OgFUBedfqrkqp+Ev081RVdtWw=";
    version = "6.1.63";
    hash = "sha256-WBMKJCLYexWJuTpli8vjvdms2ZYPXIS0yUxTgAL00io=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.5.11";
    hash = "sha256-1bb5LG6JvqX5eNSe2Xyu86HxaqkUVkKUf1H3T7bFkGE=";
    version = "6.5.12";
    hash = "sha256-zG9+d+hKg0S0qCX2hOc02CowC6s9u82MB45+X1bGYpE=";
    variant = "main";
  };