iptables: add in-code warning about updates

/cc #12178.
This commit is contained in:
Vladimír Čunát 2016-01-08 18:32:48 +01:00
parent 3443462ab1
commit 3769692a38

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "iptables-${version}";
version = "1.4.21";
version = "1.4.21"; # before updating check #12178
src = fetchurl {
url = "http://www.netfilter.org/projects/iptables/files/${name}.tar.bz2";