* iptables updated to 1.4.10.

svn path=/nixpkgs/trunk/; revision=26113
This commit is contained in:
Eelco Dolstra 2011-02-25 14:48:53 +00:00
parent 583053d018
commit 55050ba5c6

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "iptables-1.4.8"; name = "iptables-1.4.10";
src = fetchurl { src = fetchurl {
url = "http://www.netfilter.org/projects/iptables/files/${name}.tar.bz2"; url = "http://www.netfilter.org/projects/iptables/files/${name}.tar.bz2";
sha256 = "342926b3f9635f89f479660835b0ba518ccd465552e41c29aa83c5af7d506496"; md5 = "f382fe693f0b59d87bd47bea65eca198";
}; };
# Install header files required by miniupnpd. # Install header files required by miniupnpd.