Updating openvpn

svn path=/nixpkgs/trunk/; revision=25237
This commit is contained in:
Lluís Batlle i Rossell 2010-12-22 13:34:19 +00:00
parent 80af0654fb
commit 9b59178909

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, iproute, lzo, openssl, nettools}:
stdenv.mkDerivation rec {
name = "openvpn-2.1.1";
name = "openvpn-2.1.4";
src = fetchurl {
url = "http://openvpn.net/release/${name}.tar.gz";
sha256 = "0hj8cdwgdxfsvjxnw4byys3ij719cg9bl9iadcchayzzymx0s653";
sha256 = "1x9aymbk580zp35b7dhhkn29a4chhxnzrxjfmp948bgqvvjpizk7";
};
buildInputs = [ iproute lzo openssl ];