summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iptables
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-02 08:50:11 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-11-10 15:06:39 +0100
commit3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a (patch)
tree4f515177e887fa384867c994f499191c74044c1b /pkgs/os-specific/linux/iptables
parente9d669451a9a8389ff93a5569fd54e74ab35934d (diff)
downloadnixpkgs-3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a.tar
nixpkgs-3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a.tar.gz
nixpkgs-3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a.tar.bz2
nixpkgs-3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a.tar.lz
nixpkgs-3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a.tar.xz
nixpkgs-3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a.tar.zst
nixpkgs-3ffd4b446fbdec4f5f96d8dbf85b8db3b12fe64a.zip
iptables: 1.8.5 -> 1.8.6
Diffstat (limited to 'pkgs/os-specific/linux/iptables')
-rw-r--r--pkgs/os-specific/linux/iptables/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/iptables/default.nix b/pkgs/os-specific/linux/iptables/default.nix
index c9c342ad768..97c93db50b8 100644
--- a/pkgs/os-specific/linux/iptables/default.nix
+++ b/pkgs/os-specific/linux/iptables/default.nix
@@ -6,12 +6,12 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  version = "1.8.5";
+  version = "1.8.6";
   pname = "iptables";
 
   src = fetchurl {
     url = "https://www.netfilter.org/projects/${pname}/files/${pname}-${version}.tar.bz2";
-    sha256 = "02a3575ypdpg6a2x752mhk3f7h1381ymkq1n0gss6fp6292xfmyl";
+    sha256 = "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50";
   };
 
   nativeBuildInputs = [ pkgconfig pruneLibtoolFiles flex bison ];