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

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, popt, libuuid, liburcu, lttngUst }:
stdenv.mkDerivation rec {
name = "lttng-tools-2.2.3";
name = "lttng-tools-2.3.0";
src = fetchurl {
url = "https://lttng.org/files/lttng-tools/${name}.tar.bz2";
sha256 = "1p16n42j34xkaj17zg2g12rzkfwpdv9ay1h4bkdq6038v320mljv";
sha256 = "16j55xqrh00mjbcvdmdkfxchavi7jsxlpnfjqc1g1d3x65ss9wri";
};
buildInputs = [ popt libuuid liburcu lttngUst ];

View File

@@ -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 ];