Even more mirror:// fixes

This commit is contained in:
Evgeny Egorochkin
2013-07-14 04:17:07 +03:00
parent cea107c07f
commit b084b29d26
27 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
name = "thinkfan-${version}";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/thinkfan/thinkfan-${version}.tar.gz";
url = "mirror://sourceforge/thinkfan/thinkfan-${version}.tar.gz";
sha256 = "04akla66r8k10x0jvmcpfi92hj2sppygcl7hhwn8n8zsvvf0yqxs";
};