summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ssl
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-02-28 12:07:42 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-02-28 12:07:42 +0000
commit69ce5cb656fb9670307e02859e0a8fc5dce11062 (patch)
treebd30afbf6572e4755e1c3f01fd3e019d31defeb6 /pkgs/development/ocaml-modules/ssl
parentb871649530d8bab430066c0fa1cd3fe293837ca5 (diff)
downloadnixlib-69ce5cb656fb9670307e02859e0a8fc5dce11062.tar
nixlib-69ce5cb656fb9670307e02859e0a8fc5dce11062.tar.gz
nixlib-69ce5cb656fb9670307e02859e0a8fc5dce11062.tar.bz2
nixlib-69ce5cb656fb9670307e02859e0a8fc5dce11062.tar.lz
nixlib-69ce5cb656fb9670307e02859e0a8fc5dce11062.tar.xz
nixlib-69ce5cb656fb9670307e02859e0a8fc5dce11062.tar.zst
nixlib-69ce5cb656fb9670307e02859e0a8fc5dce11062.zip
use the sourceforge mirrors everywhere
    find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
Diffstat (limited to 'pkgs/development/ocaml-modules/ssl')
-rw-r--r--pkgs/development/ocaml-modules/ssl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix
index f80675f88d24..6e3ded0b0f27 100644
--- a/pkgs/development/ocaml-modules/ssl/default.nix
+++ b/pkgs/development/ocaml-modules/ssl/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
   name = "ocaml-ssl-${version}";
 
   src = fetchurl {
-  url = "http://downloads.sourceforge.net/project/savonet/ocaml-ssl/0.5.2/ocaml-ssl-0.5.2.tar.gz";
+  url = "mirror://sourceforge/project/savonet/ocaml-ssl/0.5.2/ocaml-ssl-0.5.2.tar.gz";
 
     sha256 = "0341rm8aqrckmhag1lrqfnl17v6n4ci8ibda62ahkkn5cxd58cpp";
   };