tilda: 1.2.2 -> 1.2.4

(cherry picked from commit 94ac7e8cb5)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Matthijs Steen 2015-10-30 22:12:09 +01:00 committed by Domen Kožar
parent eeced1bc51
commit 23091d79ac

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "tilda-${version}";
version = "1.2.2";
version = "1.2.4";
src = fetchurl {
url = "https://github.com/lanoxx/tilda/archive/${name}.tar.gz";
sha256 = "1mzly0llsrxpc2yd1hml3gmwm023my2j3aszjw383pp34dab2nl5";
sha256 = "1f7b52c5d8cfd9038ad2e41fc633fce935f420fa657ed15e3942722c8570751e";
};
buildInputs = [ pkgconfig autoreconfHook gettext confuse vte gtk makeWrapper ];