Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions pkgs/os-specific/linux/kernel/xanmod-kernels.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{ lib, stdenv, fetchFromGitHub, buildLinux, ... } @ args:

let
# These names are how they are designated in https://xanmod.org.
ltsVariant = {
version = "5.15.54";
hash = "sha256-0Odo+ZrQok3MMPl/512F8kIQ31mGZH6e9FyVVpXrYf0=";
version = "5.15.58";
hash = "sha256-ToTAqBac/hKUKlnEq49MVGqVUQH3iRm/90e/G2MAxpE=";
};

edgeVariant = {
version = "5.18.11";
hash = "sha256-UPLwaEWhBu1yriCUJu9L/B8yy+1zxnTQzHaKlT507UY=";
version = "5.19.0";
hash = "sha256-cudv8Bf58VceZ+zet5XBrTwq0GzYBWX3Od6dtsc5GKU=";
};

ttVariant = {
Expand Down