diff --git a/pkgs/os-specific/linux/kernel/linux-xanmod.nix b/pkgs/os-specific/linux/kernel/linux-xanmod.nix index a38c4a93b213..772e90c3f914 100644 --- a/pkgs/os-specific/linux/kernel/linux-xanmod.nix +++ b/pkgs/os-specific/linux/kernel/linux-xanmod.nix @@ -1,8 +1,8 @@ { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args: let - version = "5.15.4"; - release = "1"; + version = "5.15.6"; + release = "2"; suffix = "xanmod${release}-tt"; in buildLinux (args // rec { @@ -13,7 +13,7 @@ buildLinux (args // rec { owner = "xanmod"; repo = "linux"; rev = modDirVersion; - sha256 = "sha256-N/Gvlc5lYSH77nz30cOrtIk1CVu112fv4aOKmfT25XM="; + sha256 = "sha256-7wK/KIITQT3qmn4WMZHR9wigYgiq88njGn/FLYwI1ls="; }; structuredExtraConfig = with lib.kernel; { diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ecb6502d50d6..c78cc966d243 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -22272,6 +22272,7 @@ with pkgs; # XanMod kernel linuxPackages_xanmod = linuxKernel.packages.linux_xanmod; + linux_xanmod = linuxKernel.kernels.linux_xanmod; cryptodev = linuxKernel.packages.linux_4_9.cryptodev;