From ad1c12d7569220e279d2fcaf915d1815a6d321fc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 17 Nov 2010 10:42:57 +0000 Subject: Aumix: Update the tarball URL. svn path=/nixpkgs/branches/stdenv-updates/; revision=24724 --- pkgs/applications/audio/aumix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/audio/aumix') diff --git a/pkgs/applications/audio/aumix/default.nix b/pkgs/applications/audio/aumix/default.nix index 52a4483aadcf6..d69d9d4713369 100644 --- a/pkgs/applications/audio/aumix/default.nix +++ b/pkgs/applications/audio/aumix/default.nix @@ -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"; }; -- cgit 1.4.1