parent
3443462ab1
commit
3769692a38
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iptables-${version}";
|
name = "iptables-${version}";
|
||||||
version = "1.4.21";
|
version = "1.4.21"; # before updating check #12178
|
||||||
|
|
||||||
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";
|
||||||
|
|
Loading…
Reference in a new issue