Revert "openvpn: 2.3.6 -> 2.3.8"

This reverts commit f547eaab44ed9f2323fcea74c2a91c6bf50e47f1 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; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "openvpn-2.3.8"; name = "openvpn-2.3.6";
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 = "0lbw22qv3m0axhs13razr6b4x1p7jcpvf9rzb15b850wyvpka92k"; sha256 = "09jvxr4wcsmk55gqv3cblm60kzs9ripv9h4y50d1lbn177zx5bkv";
}; };
patches = optional stdenv.isLinux ./systemd-notify.patch; patches = optional stdenv.isLinux ./systemd-notify.patch;