about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ndiswrapper
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 03:31:12 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 03:31:12 +0300
commitcea107c07fce8d577c05f177df83c6883cbec75f (patch)
treec9813ff808c16554206f54dd81fc6c99859e3836 /pkgs/os-specific/linux/ndiswrapper
parentd0b4c8bfaa97c299acf9dfa2dfe710ecf00d8eb9 (diff)
downloadnixlib-cea107c07fce8d577c05f177df83c6883cbec75f.tar
nixlib-cea107c07fce8d577c05f177df83c6883cbec75f.tar.gz
nixlib-cea107c07fce8d577c05f177df83c6883cbec75f.tar.bz2
nixlib-cea107c07fce8d577c05f177df83c6883cbec75f.tar.lz
nixlib-cea107c07fce8d577c05f177df83c6883cbec75f.tar.xz
nixlib-cea107c07fce8d577c05f177df83c6883cbec75f.tar.zst
nixlib-cea107c07fce8d577c05f177df83c6883cbec75f.zip
More mirror:// URL fixes
Diffstat (limited to 'pkgs/os-specific/linux/ndiswrapper')
-rw-r--r--pkgs/os-specific/linux/ndiswrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/ndiswrapper/default.nix b/pkgs/os-specific/linux/ndiswrapper/default.nix
index 109faac97c5e..e2db1a4106ba 100644
--- a/pkgs/os-specific/linux/ndiswrapper/default.nix
+++ b/pkgs/os-specific/linux/ndiswrapper/default.nix
@@ -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";
   };