summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ipset
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-14 13:54:29 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-14 13:54:29 -0700
commite33c221c4923dba0a8da64f1b3994300a834e360 (patch)
treebd0d725d1bf17d150b5cd01b3d65c69b3ef0b106 /pkgs/os-specific/linux/ipset
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
downloadnixpkgs-e33c221c4923dba0a8da64f1b3994300a834e360.tar
nixpkgs-e33c221c4923dba0a8da64f1b3994300a834e360.tar.gz
nixpkgs-e33c221c4923dba0a8da64f1b3994300a834e360.tar.bz2
nixpkgs-e33c221c4923dba0a8da64f1b3994300a834e360.tar.lz
nixpkgs-e33c221c4923dba0a8da64f1b3994300a834e360.tar.xz
nixpkgs-e33c221c4923dba0a8da64f1b3994300a834e360.tar.zst
nixpkgs-e33c221c4923dba0a8da64f1b3994300a834e360.zip
ipset: 6.35 -> 6.36
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset -h` got 0 exit code
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset --help` got 0 exit code
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset help` got 0 exit code
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset -V` and found version 6.36
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset -v` and found version 6.36
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset --version` and found version 6.36
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset version` and found version 6.36
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset -h` and found version 6.36
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset --help` and found version 6.36
- ran `/nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36/bin/ipset help` and found version 6.36
- found 6.36 with grep in /nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36
- found 6.36 in filename of file in /nix/store/05yb8ry7k0xyxcjq16cx0wkw1fkifb05-ipset-6.36
Diffstat (limited to 'pkgs/os-specific/linux/ipset')
-rw-r--r--pkgs/os-specific/linux/ipset/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/ipset/default.nix b/pkgs/os-specific/linux/ipset/default.nix
index c78a4eadfa4..68692019ca9 100644
--- a/pkgs/os-specific/linux/ipset/default.nix
+++ b/pkgs/os-specific/linux/ipset/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pkgconfig, libmnl }:
 
 stdenv.mkDerivation rec {
-  name = "ipset-6.35";
+  name = "ipset-6.36";
 
   src = fetchurl {
     url = "http://ipset.netfilter.org/${name}.tar.bz2";
-    sha256 = "1p7l1fj3lbv6rr24zxjiwq7jk1yvazk8db6yyni0qbprw49i01rp";
+    sha256 = "03fk40v0rbiv2b9ciy3zk8yix163803xvpmdlyvrfzbcvj84l8i2";
   };
 
   nativeBuildInputs = [ pkgconfig ];