lttng-ust: 2.5.1 -> 2.9.0
This commit is contained in:
parent
ba43d6bdc9
commit
a4353270c4
@ -12,11 +12,12 @@
|
|||||||
# Debian builds with std.h (systemtap).
|
# Debian builds with std.h (systemtap).
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lttng-ust-2.5.1";
|
name = "lttng-ust-${version}";
|
||||||
|
version = "2.9.0";
|
||||||
|
|
||||||
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 = "0ij5p2j8q63zqnj3i3hgymgib717r2bq07ymy5cwdra1hvby5ngv";
|
sha256 = "1bsxxaqhkh9bwr1ll5acb41hvis2lhkl00h5ra2wdps27y31lm2d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ liburcu ];
|
buildInputs = [ liburcu ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user