summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL_mixer
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/SDL_mixer')
-rw-r--r--pkgs/development/libraries/SDL_mixer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL_mixer/default.nix b/pkgs/development/libraries/SDL_mixer/default.nix
index 14b8359c70a..f60d188886b 100644
--- a/pkgs/development/libraries/SDL_mixer/default.nix
+++ b/pkgs/development/libraries/SDL_mixer/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "SDL_mixer-1.2.7";
   src = fetchurl {
-    url = http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.7.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/SDL_mixer-1.2.7.tar.gz;
     md5 = "7959b89c8f8f1564ca90968f6c88fa1e";
   };
   buildInputs = [SDL libogg libvorbis];