gtkwave: update from 3.3.39 to 3.3.53

This commit is contained in:
Nixpkgs Monitor 2013-12-18 16:59:52 +02:00 committed by Evgeny Egorochkin
parent 8fd04f45c5
commit 0aef5b8381

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, gtk, gperf, pkgconfig, bzip2, tcl, tk, judy, xz}:
stdenv.mkDerivation rec {
name = "gtkwave-3.3.39";
name = "gtkwave-3.3.53";
src = fetchurl {
url = "mirror://sourceforge/gtkwave/${name}.tar.gz";
sha256 = "1va506anlbpbha7l6h94s44xjdy6ch22iv629swn4bh5m3qi33bg";
sha256 = "1jmrk2p2azjca250h2bi4c8v0cp1gqd3c027dx18sxy3cgw1fsp1";
};
buildInputs = [ gtk gperf pkgconfig bzip2 tcl tk judy xz ];