about summary refs log tree commit diff
path: root/pkgs/development/libraries/rubberband
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2011-05-08 10:02:42 +0000
committerMichael Raskin <7c6f434c@mail.ru>2011-05-08 10:02:42 +0000
commit70658f688a9e1ce0e31f0a588add03c1b326b146 (patch)
treebfb74c4080a91757f9c94b664c611e9dced014fe /pkgs/development/libraries/rubberband
parentbf82d3c4825ca034c6f5572406895ee36d3a3539 (diff)
downloadnixlib-70658f688a9e1ce0e31f0a588add03c1b326b146.tar
nixlib-70658f688a9e1ce0e31f0a588add03c1b326b146.tar.gz
nixlib-70658f688a9e1ce0e31f0a588add03c1b326b146.tar.bz2
nixlib-70658f688a9e1ce0e31f0a588add03c1b326b146.tar.lz
nixlib-70658f688a9e1ce0e31f0a588add03c1b326b146.tar.xz
nixlib-70658f688a9e1ce0e31f0a588add03c1b326b146.tar.zst
nixlib-70658f688a9e1ce0e31f0a588add03c1b326b146.zip
Apparently, this is the correct rubberband URL
svn path=/nixpkgs/trunk/; revision=27182
Diffstat (limited to 'pkgs/development/libraries/rubberband')
-rw-r--r--pkgs/development/libraries/rubberband/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/rubberband/default.nix b/pkgs/development/libraries/rubberband/default.nix
index 5751246045ec..c8e3c53885cb 100644
--- a/pkgs/development/libraries/rubberband/default.nix
+++ b/pkgs/development/libraries/rubberband/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
   name = "rubberband-1.6.0";
 
   src = fetchurl {
-    url = http://www.breakfastquay.com/rubberband/files/rubberband-1.6.0.tar.bz2;
+    url = http://code.breakfastquay.com/attachments/download/16/rubberband-1.6.0.tar.bz2;
     sha256 = "15n875x3bbg7nbnqbl33v5jp2p6yw779124xz4la8ysclvikklsv";
   };