openvpn: Update to 2.3.3

This commit is contained in:
Eelco Dolstra 2014-04-22 12:35:06 +02:00
parent 396da20739
commit 33b4ab3ac1

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, iproute, lzo, openssl, pam }: { stdenv, fetchurl, iproute, lzo, openssl, pam }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "openvpn-2.3.1"; name = "openvpn-2.3.3";
src = fetchurl { src = fetchurl {
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz"; url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
sha256 = "0g7vf3f6z0h4kdqlqr8jd0gapi0ains6xcvlvfy8cicxnf2psbdx"; sha256 = "04xiwim56sb1vis93k9hhm1s29jdrlq7i2fa07jncnhh653d29gh";
}; };
buildInputs = [ iproute lzo openssl pam ]; buildInputs = [ iproute lzo openssl pam ];