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
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.7.0";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/openocd/openocd/${version}/openocd-${version}.tar.bz2";
url = "mirror://sourceforge/openocd/openocd-${version}.tar.bz2";
sha256 = "0qwfyd821sy5p0agz0ybgn5nd7vplipw4mhm485ldj1hcmw7n8sj";
};