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

Merge pull request #265181 from zzzsyyy/update/xanmod

linux_xanmod, linux_xanmod_latest: 2023-11-02
parents 6e9240e2 a38765ca
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.60";
    hash = "sha256-KYCeONJxyFPee4pvBLRw/MBTzPU7D2oZCrAVr3t/yPM=";
    version = "6.1.61";
    hash = "sha256-15dAzCcFUekBlkBfcHWiZ3gourimLp6GlUKeWAddDqo=";
    variant = "lts";
  };

  mainVariant = {
    version = "6.5.9";
    hash = "sha256-5SFPBsDTmq7tA6pyM7rbIjBPAtPbqhUl6VfA2z5baPA=";
    version = "6.5.10";
    hash = "sha256-t99LKAmNApcjFVna3ChNZp4O6ag9t2kQVrg8yRsTANg=";
    variant = "main";
  };