lttng-tools: 2.13.4 -> 2.13.7

This commit is contained in:
R. Ryantm 2022-07-31 19:24:20 +00:00 committed by Bjørn Forsman
parent fdd0063463
commit 57aa33c58c

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "lttng-tools";
version = "2.13.4";
version = "2.13.7";
src = fetchurl {
url = "https://lttng.org/files/lttng-tools/${pname}-${version}.tar.bz2";
sha256 = "sha256-Vl8xAkEKU9SE9Mj/UXl48dxZ9n+dFvhy9DV/PKEiAPY=";
sha256 = "sha256-0XoC6PF4p880A+PJ7fuQrToWKOIKoLUTFAiuR/ci8I0=";
};
nativeBuildInputs = [ pkg-config ];