Fixing the openvpn url.

svn path=/nixpkgs/trunk/; revision=25239
This commit is contained in:
Lluís Batlle i Rossell 2010-12-22 14:03:55 +00:00
parent 9b59178909
commit a34fd23fc1

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "openvpn-2.1.4";
src = fetchurl {
url = "http://openvpn.net/release/${name}.tar.gz";
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
sha256 = "1x9aymbk580zp35b7dhhkn29a4chhxnzrxjfmp948bgqvvjpizk7";
};