* Updated Audacious and its dependencies.

svn path=/nixpkgs/trunk/; revision=12763
This commit is contained in:
Eelco Dolstra
2008-08-29 11:31:16 +00:00
parent 9be673de5e
commit 6c2cbbbe87
8 changed files with 32 additions and 23 deletions
@@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libmowgli-0.6.1";
name = "libmowgli-0.7.0";
src = fetchurl {
url = http://distfiles.atheme.org/libmowgli-0.6.1.tgz;
sha256 = "0bhxgyx6c913pyiib768qmsi059dnq1zj3k2nik9976hy5yd8m0l";
url = http://distfiles.atheme.org/libmowgli-0.7.0.tbz2;
sha256 = "1d6318zfr4khlq8j290wxn026gnwdd6p81klkh6h0fkdawpvplzx";
};
meta = {