More mirror:// URL fixes

This commit is contained in:
Evgeny Egorochkin
2013-07-14 03:31:12 +03:00
parent d0b4c8bfaa
commit cea107c07f
7 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation {
# should we use unstable?
src = fetchurl {
url = http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.56.tar.gz;
url = mirror://sourceforge/ndiswrapper/ndiswrapper-1.56.tar.gz;
sha256 = "10yqg1a08v6z1qm1qr1v4rbhl35c90gzrazapr09vp372hky8f57";
};