lttng-tools: 2.13.8 -> 2.13.9

This commit is contained in:
R. Ryantm 2023-01-12 22:45:57 +00:00 committed by Bjørn Forsman
parent d1465f5d89
commit 3a5d557d03

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "lttng-tools";
version = "2.13.8";
version = "2.13.9";
src = fetchurl {
url = "https://lttng.org/files/lttng-tools/${pname}-${version}.tar.bz2";
sha256 = "sha256-selZV5smB5CTCyDzx6p877ikDg3oDUp3fCv3jGs1PcE=";
sha256 = "sha256-jZTclbYIz3AhawEgOj+CQrl6Iy2y4jQhovQ3CNoI8zc=";
};
nativeBuildInputs = [ pkg-config ];