lol

openvpn: Update to 2.3.7

+2 -7
+2 -7
pkgs/tools/networking/openvpn/default.nix
··· 3 3 with stdenv.lib; 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "openvpn-2.3.6"; 6 + name = "openvpn-2.3.7"; 7 7 8 8 src = fetchurl { 9 9 url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz"; 10 - sha256 = "09jvxr4wcsmk55gqv3cblm60kzs9ripv9h4y50d1lbn177zx5bkv"; 10 + sha256 = "0vhl0ddpxqfibc0ah0ci7ix9bs0cn5shhmhijg550qpbdb6s80hz"; 11 11 }; 12 12 13 13 patches = optional stdenv.isLinux ./systemd-notify.patch; ··· 19 19 --enable-iproute2 20 20 --enable-systemd 21 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 22 ''; 28 23 29 24 postInstall = ''