about summary refs log tree commit diff
path: root/pkgs/applications/audio/puredata
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2016-07-17 18:54:29 +0200
committerCillian de Róiste <deroiste@syslab.com>2016-07-17 19:00:26 +0200
commit5431ffee4c5de99ab583686b0e13b22183d17adf (patch)
treef3cba509f4d2412a5eab7a8e3631d90489f62e50 /pkgs/applications/audio/puredata
parentd078844ca62c669468b818fbe59b8ac6c5d2aab3 (diff)
puredata: fix url
Downloads have been moved from sourceforge to msp.ucsd.edu
Diffstat (limited to 'pkgs/applications/audio/puredata')
-rw-r--r--pkgs/applications/audio/puredata/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/puredata/default.nix b/pkgs/applications/audio/puredata/default.nix
index 8ad982880ef72..daa017d1ccbdc 100644
--- a/pkgs/applications/audio/puredata/default.nix
+++ b/pkgs/applications/audio/puredata/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation  rec {
   version = "0.47-1";
 
   src = fetchurl {
-    url = "mirror://sourceforge/pure-data/pd-${version}.src.tar.gz";
+    url = "http://msp.ucsd.edu/Software/pd-${version}.src.tar.gz";
     sha256 = "0k5s949kqd7yw97h3m8z81bjz32bis9m4ih8df1z0ymipnafca67";
   };