linuxPackages.lttng-modules: 2.13.13 -> 2.13.15

Fixes the build for linuxPackages_latest.lttng-modules.
This commit is contained in:
John Chadwick 2024-10-16 00:03:11 -04:00 committed by Bjørn Forsman
parent 9f9ef912d6
commit be42da7a28

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "lttng-modules-${kernel.version}";
version = "2.13.13";
version = "2.13.15";
src = fetchFromGitHub {
owner = "lttng";
repo = "lttng-modules";
rev = "v${version}";
hash = "sha256-iA3B838EUU5rFWCL8BAubkTrTO1itDFp5d1653OPnS0=";
hash = "sha256-cEiv1EjsEvyreRERrCGKKpJdA1IKvuyVmgA7S3EkEnU=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;