fix packages to use mirror://xorg

This commit is contained in:
Evgeny Egorochkin
2013-07-14 05:39:02 +03:00
parent 2c71290da7
commit fba8b902da
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "editres-1.0.6";
src = fetchurl {
url = "http://xorg.freedesktop.org/releases/individual/app/${name}.tar.gz";
url = "mirror://xorg/individual/app/${name}.tar.gz";
sha256 = "06kv7dmw6pzlqc46dbh8k9xpb6sn4ihh0bcpxq0zpvw2lm66dx45";
};