3
0
Fork 0
forked from mirrors/nixpkgs

pptp: 1.8.0 -> 1.9.0

This commit is contained in:
ndowens 2017-03-01 17:06:22 -06:00
parent 61785c5531
commit a55e8605ba

View file

@ -1,11 +1,12 @@
{ stdenv, fetchurl, perl, ppp, iproute, which }:
stdenv.mkDerivation rec {
name = "pptp-1.8.0";
name = "pptp-${version}";
version = "1.9.0";
src = fetchurl {
url = "mirror://sourceforge/pptpclient/${name}.tar.gz";
sha256 = "1nmvwj7wd9c1isfi9i0hdl38zv55y2khy2k0v1nqlai46gcl5773";
sha256 = "00cj3jqj1hqri856jif4kkzan684qv1cb1zf2amzblvqqnzqq7hb";
};
patchPhase =