Commit be42da7a authored by John Chadwick's avatar John Chadwick Committed by Bjørn Forsman
Browse files

linuxPackages.lttng-modules: 2.13.13 -> 2.13.15

Fixes the build for linuxPackages_latest.lttng-modules.
parent 9f9ef912
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;