lttng-tools: 2.13.7 -> 2.13.8

This commit is contained in:
R. Ryantm 2022-08-24 15:41:27 +00:00 committed by Bjørn Forsman
parent 3852b03bbc
commit c7186043a0

View File

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