lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pptp: 1.7.2 -> 1.8.0

+4 -4
+4 -4
pkgs/tools/networking/pptp/default.nix
··· 1 - { stdenv, fetchurl, perl, ppp, iproute }: 1 + { stdenv, fetchurl, perl, ppp, iproute, which }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "pptp-1.7.2"; 4 + name = "pptp-1.8.0"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/pptpclient/${name}.tar.gz"; 8 - sha256 = "1g4lfv9vhid4v7kx1mlfcrprj3h7ny6g4kv564qzlf9abl3f12p9"; 8 + sha256 = "1nmvwj7wd9c1isfi9i0hdl38zv55y2khy2k0v1nqlai46gcl5773"; 9 9 }; 10 10 11 11 patchPhase = ··· 19 19 MANDIR=$out/share/man/man8 PPPDIR=$out/etc/ppp ) 20 20 ''; 21 21 22 - nativeBuildInputs = [ perl ]; 22 + nativeBuildInputs = [ perl which ]; 23 23 24 24 meta = { 25 25 description = "PPTP client for Linux";