Aumix: Update the tarball URL.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24724
This commit is contained in:
Ludovic Courtès 2010-11-17 10:42:57 +00:00
parent 8729f86924
commit ad1c12d756

View File

@ -8,7 +8,7 @@ assert gtkGUI -> pkgconfig != null && gtk != null;
stdenv.mkDerivation rec {
name = "aumix-2.9.1";
src = fetchurl {
url = "http://www.jpj.net/~trevor/aumix/${name}.tar.bz2";
url = "http://www.jpj.net/~trevor/aumix/releases/${name}.tar.bz2";
sha256 = "0a8fwyxnc5qdxff8sl2sfsbnvgh6pkij4yafiln0fxgg6bal7knj";
};