openvpn: 2.3.11 -> 2.3.12

This commit is contained in:
Tim Steinbach 2016-09-23 09:24:00 -04:00
parent 30899bba14
commit 244aee5cd1
No known key found for this signature in database
GPG Key ID: 83FF2ACAEB6C2D24

View File

@ -7,11 +7,11 @@ assert pkcs11Support -> (pkcs11helper != null);
with stdenv.lib;
stdenv.mkDerivation rec {
name = "openvpn-2.3.11";
name = "openvpn-2.3.12";
src = fetchurl {
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
sha256 = "0qv1flcz4q4mb7zpkxsnlmpvrv3s9gw7xvprjk7n2pnk9x1s85wi";
sha256 = "1zqwq19xg6yf90nv35yr8r0ljas5f42v4n9hjjmhlnzpan69plzm";
};
patches = optional stdenv.isLinux ./systemd-notify.patch;