lol

openvpn: Update to 2.3.7

+2 -7
+2 -7
pkgs/tools/networking/openvpn/default.nix
··· 3 with stdenv.lib; 4 5 stdenv.mkDerivation rec { 6 - name = "openvpn-2.3.6"; 7 8 src = fetchurl { 9 url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz"; 10 - sha256 = "09jvxr4wcsmk55gqv3cblm60kzs9ripv9h4y50d1lbn177zx5bkv"; 11 }; 12 13 patches = optional stdenv.isLinux ./systemd-notify.patch; ··· 19 --enable-iproute2 20 --enable-systemd 21 IPROUTE=${iproute}/sbin/ip 22 - ''; 23 - 24 - preConfigure = '' 25 - substituteInPlace ./src/openvpn/console.c \ 26 - --replace /bin/systemd-ask-password /run/current-system/sw/bin/systemd-ask-password 27 ''; 28 29 postInstall = ''
··· 3 with stdenv.lib; 4 5 stdenv.mkDerivation rec { 6 + name = "openvpn-2.3.7"; 7 8 src = fetchurl { 9 url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz"; 10 + sha256 = "0vhl0ddpxqfibc0ah0ci7ix9bs0cn5shhmhijg550qpbdb6s80hz"; 11 }; 12 13 patches = optional stdenv.isLinux ./systemd-notify.patch; ··· 19 --enable-iproute2 20 --enable-systemd 21 IPROUTE=${iproute}/sbin/ip 22 ''; 23 24 postInstall = ''