Unverified Commit 09a8aca4 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

lttng-tools: 2.14.0 -> 2.14.1 (#485517)

parents 4c2d8931 70013f3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
  pname = "lttng-tools";
  version = "2.14.0";
  version = "2.14.1";

  src = fetchurl {
    url = "https://lttng.org/files/lttng-tools/${pname}-${version}.tar.bz2";
    sha256 = "sha256-2MOcJs7BO3vYJVHNUqIu/DWLiI4268+cG2DvHDo8L9M=";
    sha256 = "sha256-DmjrJ5I2IcS8Enz85AQi0oz35HP+32IprmwyulxbfG0=";
  };

  nativeBuildInputs = [ pkg-config ];