lttv: update 1.5-beta1 -> 1.5

This makes lttv build again with the new GTK+ version that was recently
updated in nixpkgs.
This commit is contained in:
Bjørn Forsman 2013-11-15 00:15:15 +01:00
parent cc69da4314
commit 04ce6241ac

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, gtk2, popt, babeltrace }:
stdenv.mkDerivation rec {
name = "lttv-1.5-beta1";
name = "lttv-1.5";
src = fetchurl {
url = "http://lttng.org/files/packages/${name}.tar.bz2";
sha256 = "0cz69q189wndwpvic0l6wvzl1nsfqadbrigaaxgzij72r7n89sfc";
sha256 = "1faldxnh9dld5k0vxckwpqw241ya1r2zv286l6rpgqr500zqw7r1";
};
buildInputs = [ pkgconfig glib gtk2 popt babeltrace ];