* Sync with the trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25244
This commit is contained in:
Eelco Dolstra
2010-12-22 17:02:03 +00:00
9 changed files with 180 additions and 31 deletions
+3 -3
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";
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
sha256 = "1x9aymbk580zp35b7dhhkn29a4chhxnzrxjfmp948bgqvvjpizk7";
};
buildInputs = [ iproute lzo openssl ];