linuxKernel.packages.linux_xanmod_latest.intel-speed-select 6.7.9 -> 6.8.0-xanmod1 https://github.com/xanmod/linux/releases attrpath: linuxKernel.packages.linux_xanmod_latest.intel-speed-select Checking auto update branch... No auto update branch exists Old version 6.7.9" not present in master derivation file with contents: { lib, stdenv, kernel }: stdenv.mkDerivation { pname = "intel-speed-select"; inherit (kernel) src version; makeFlags = [ "bindir=${placeholder "out"}/bin" ]; postPatch = '' cd tools/power/x86/intel-speed-select sed -i 's,/usr,,g' Makefile ''; meta = with lib; { description = "Tool to enumerate and control the Intel Speed Select Technology features"; homepage = "https://www.kernel.org/"; license = licenses.gpl2; platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific broken = kernel.kernelAtLeast "5.18"; }; }