openvpn: Update 2.3.3 -> 2.3.4

This commit is contained in:
William A. Kennington III 2014-05-13 16:49:31 -05:00
parent 633e396f3e
commit 6ddafad82a

View File

@ -3,11 +3,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "openvpn-2.3.3";
name = "openvpn-2.3.4";
src = fetchurl {
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
sha256 = "04xiwim56sb1vis93k9hhm1s29jdrlq7i2fa07jncnhh653d29gh";
sha256 = "0nn8rrh6jadsydnym69r4s7rm6jzsgxb6p23yb9ai3sn91gnsl5g";
};
patches = optional stdenv.isLinux ./systemd-notify.patch;