mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
parent
3443462ab1
commit
3769692a38
|
@ -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