* Audacious updated to 2.4.2.

svn path=/nixpkgs/trunk/; revision=25319
This commit is contained in:
Eelco Dolstra 2010-12-29 10:39:41 +00:00
parent 762ed9079f
commit cb843de402

View File

@ -4,16 +4,16 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "audacious-2.4.0"; name = "audacious-2.4.2";
src = fetchurl { src = fetchurl {
url = "http://distfiles.atheme.org/${name}.tgz"; url = "http://distfiles.atheme.org/${name}.tgz";
sha256 = "1n6mfy2j7lqv5d9r92n1frbs7acplfip5vssqp0j9z5qkidx98pj"; sha256 = "03dd0fn17znjbmnc7hiafsg1axiwysk9q4r21s6giy2yfwhi8b30";
}; };
pluginsSrc = fetchurl { pluginsSrc = fetchurl {
url = "http://distfiles.atheme.org/audacious-plugins-2.4.0.tgz"; url = "http://distfiles.atheme.org/audacious-plugins-2.4.2.tgz";
sha256 = "04rsfh7c54ffz6qavl3li5haa7jnaa42m4p1w0s4qpiiw3pvbaf5"; sha256 = "1a2vbqyamlpvnhr3mm8b5i9304d16c796v2ycw3i396ppjvnhyxz";
}; };
# `--enable-amidiplug' is to prevent configure from looking in /proc/asound. # `--enable-amidiplug' is to prevent configure from looking in /proc/asound.