Revert "openvpn: 2.3.6 -> 2.3.8"

This reverts commit f547eaab44 because
it breaks asking passphrased via systemd.
This commit is contained in:
Eelco Dolstra 2015-08-31 17:48:51 +02:00
parent 6a02e7201c
commit a88b9bf19e

View file

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