* iptables updated to 1.4.4.

svn path=/nixpkgs/trunk/; revision=16440
This commit is contained in:
Eelco Dolstra 2009-07-23 18:16:24 +00:00
parent 5164d2ec62
commit 4bc2468913

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "iptables-1.4.1.1"; name = "iptables-1.4.4";
src = fetchurl { src = fetchurl {
url = http://www.netfilter.org/projects/iptables/files/iptables-1.4.1.1.tar.bz2; url = "http://www.netfilter.org/projects/iptables/files/${name}.tar.bz2";
sha256 = "10mmf0d2gpshhi5a73z1y14wdh7pdk3hvn78ps5i37qayv6irqgr"; sha256 = "0vsv3011cssra1cj9rag3z6m9ca7jaikphr26hvj0qnijbcp90pk";
}; };
meta = { meta = {