Change more packages from direct downloads to mirror://sourceforge

This commit is contained in:
Evgeny Egorochkin
2013-07-14 02:48:32 +03:00
parent aa85b80459
commit 5ae43d2494
8 changed files with 8 additions and 8 deletions
@@ -2,7 +2,7 @@ args : with args;
let version = lib.attrByPath ["version"] "1.1.0" args; in
rec {
src = fetchurl {
url = http://downloads.sourceforge.net/ofset/drgeo-1.1.0.tar.gz;
url = mirror://sourceforge/ofset/drgeo-1.1.0.tar.gz;
sha256 = "05i2czgzhpzi80xxghinvkyqx4ym0gm9f38fz53idjhigiivp4wc";
};