mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Fixing the openvpn url.
svn path=/nixpkgs/trunk/; revision=25239
This commit is contained in:
parent
9b59178909
commit
a34fd23fc1
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user