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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "pstoedit-3.50";
src = fetchurl {
url = http://prdownloads.sourceforge.net/pstoedit/pstoedit-3.50.tar.gz;
url = mirror://sourceforge/pstoedit/pstoedit-3.50.tar.gz;
sha256 = "04ap21fxj2zn6vj9mv7zknj4svcbkb1gxwfzxkw5i0sksx969c92";
};