lttng-ust: 2.9.0 -> 2.9.1

This commit is contained in:
Jörg Thalheim 2017-06-18 21:43:14 +01:00
parent a087e5a53a
commit 088ab901c5

View File

@ -4,7 +4,7 @@
# ./configure ... # ./configure ...
# [...] # [...]
# LTTng-UST will be built with the following options: # LTTng-UST will be built with the following options:
# #
# Java support (JNI): Disabled # Java support (JNI): Disabled
# sdt.h integration: Disabled # sdt.h integration: Disabled
# [...] # [...]
@ -13,11 +13,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "lttng-ust-${version}"; name = "lttng-ust-${version}";
version = "2.9.0"; version = "2.9.1";
src = fetchurl { src = fetchurl {
url = "https://lttng.org/files/lttng-ust/${name}.tar.bz2"; url = "https://lttng.org/files/lttng-ust/${name}.tar.bz2";
sha256 = "1bsxxaqhkh9bwr1ll5acb41hvis2lhkl00h5ra2wdps27y31lm2d"; sha256 = "196snxrs1p205jz566rwxh7dqzsa3k16c7vm6k7i3gdvrmkx54dq";
}; };
buildInputs = [ liburcu ]; buildInputs = [ liburcu ];