mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
openvpn: Update to 2.3.3
This commit is contained in:
parent
396da20739
commit
33b4ab3ac1
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user