about summary refs log tree commit diff
path: root/pkgs/applications/audio/aumix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-11-17 10:42:57 +0000
committerLudovic Courtès <ludo@gnu.org>2010-11-17 10:42:57 +0000
commitad1c12d7569220e279d2fcaf915d1815a6d321fc (patch)
tree4a17cff524c8173637451ae8540be13063369eb9 /pkgs/applications/audio/aumix
parent8729f869243f69fab617102c94a525b977b11773 (diff)
Aumix: Update the tarball URL.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24724
Diffstat (limited to 'pkgs/applications/audio/aumix')
-rw-r--r--pkgs/applications/audio/aumix/default.nix2
1 files changed, 1 insertions, 1 deletions
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";
   };