lttng-ust: update from 2.5.0 to 2.5.1

This commit is contained in:
Bjørn Forsman 2014-12-06 15:22:44 +01:00
parent b161910db1
commit 9e174b90c8

View file

@ -12,11 +12,11 @@
# Debian builds with std.h (systemtap).
stdenv.mkDerivation rec {
name = "lttng-ust-2.5.0";
name = "lttng-ust-2.5.1";
src = fetchurl {
url = "https://lttng.org/files/lttng-ust/${name}.tar.bz2";
sha256 = "1an3ymk6hy86gp4z4py93mdyb9q8f74hq2hixbnyccr8l60vpl6w";
sha256 = "0ij5p2j8q63zqnj3i3hgymgib717r2bq07ymy5cwdra1hvby5ngv";
};
buildInputs = [ liburcu ];