etherape: update from 0.9.12 to 0.9.13

This commit is contained in:
Nixpkgs Monitor 2013-12-15 12:38:46 +02:00 committed by Evgeny Egorochkin
parent e4df13e956
commit 8c042a49eb
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
, gnomedocutils, scrollkeeper, libxslt }:
stdenv.mkDerivation rec {
name = "etherape-0.9.12";
name = "etherape-0.9.13";
src = fetchurl {
url = "mirror://sourceforge/etherape/${name}.tar.gz";
sha256 = "0ici0aqw2r221lc3rhrdcnvavbhcj0ybwawgrhh399i74w7wf14k";
sha256 = "1xq93k1slyak8mgwrw5kymq0xn0kl8chvfcvaablgki4p0l2lg9a";
};
configureFlags = [ "--disable-scrollkeeper" ];