diff options
author | zimbatm <zimbatm@zimbatm.com> | 2016-02-28 12:07:42 +0000 |
---|---|---|
committer | zimbatm <zimbatm@zimbatm.com> | 2016-02-28 12:07:42 +0000 |
commit | 69ce5cb656fb9670307e02859e0a8fc5dce11062 (patch) | |
tree | bd30afbf6572e4755e1c3f01fd3e019d31defeb6 /pkgs/applications/audio/eq10q/default.nix | |
parent | b871649530d8bab430066c0fa1cd3fe293837ca5 (diff) |
use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
Diffstat (limited to 'pkgs/applications/audio/eq10q/default.nix')
-rw-r--r-- | pkgs/applications/audio/eq10q/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/eq10q/default.nix b/pkgs/applications/audio/eq10q/default.nix index 5d5b70a589857..e2adf9e131c7e 100644 --- a/pkgs/applications/audio/eq10q/default.nix +++ b/pkgs/applications/audio/eq10q/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation rec { name = "eq10q-2-${version}"; version = "beta7.1"; src = fetchurl { - url = "http://downloads.sourceforge.net/project/eq10q/${name}.tar.gz"; + url = "mirror://sourceforge/project/eq10q/${name}.tar.gz"; sha256 = "1jmrcx4jlx8kgsy5n4jcxa6qkjqvx7d8l2p7dsmw4hj20s39lgyi"; }; |