lttng: 2.2.x -> 2.3.0

This commit is contained in:
Bjørn Forsman
2013-09-05 22:46:07 +02:00
parent be9b6c0fe2
commit 86c7583ab4
3 changed files with 6 additions and 6 deletions
@@ -12,11 +12,11 @@
# Debian builds with std.h (systemtap).
stdenv.mkDerivation rec {
name = "lttng-ust-2.2.1";
name = "lttng-ust-2.3.0";
src = fetchurl {
url = "https://lttng.org/files/lttng-ust/${name}.tar.bz2";
sha256 = "0881ri3v96fjii24qnwgsypk4crri4qp6mc4zp7kwghz8gys9rla";
sha256 = "1hazjybrppyaakvfp1bs92vx0n2sgcsw0m6i5hwq7xq8vij7cj4q";
};
buildInputs = [ liburcu ];