lol

lttng-tools: 2.13.7 -> 2.13.8

authored by

R. Ryantm and committed by
Bjørn Forsman
c7186043 3852b03b

+2 -2
+2 -2
pkgs/development/tools/misc/lttng-tools/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "lttng-tools"; 5 - version = "2.13.7"; 5 + version = "2.13.8"; 6 6 7 7 src = fetchurl { 8 8 url = "https://lttng.org/files/lttng-tools/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-0XoC6PF4p880A+PJ7fuQrToWKOIKoLUTFAiuR/ci8I0="; 9 + sha256 = "sha256-selZV5smB5CTCyDzx6p877ikDg3oDUp3fCv3jGs1PcE="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkg-config ];