summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nftables
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 18:15:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 18:15:24 -0700
commite9d91ab5f36a6c01146f8b74f16d20f6b4b83628 (patch)
treedc4818b7162f2564f83090390679e01d52987491 /pkgs/os-specific/linux/nftables
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixpkgs-e9d91ab5f36a6c01146f8b74f16d20f6b4b83628.tar
nixpkgs-e9d91ab5f36a6c01146f8b74f16d20f6b4b83628.tar.gz
nixpkgs-e9d91ab5f36a6c01146f8b74f16d20f6b4b83628.tar.bz2
nixpkgs-e9d91ab5f36a6c01146f8b74f16d20f6b4b83628.tar.lz
nixpkgs-e9d91ab5f36a6c01146f8b74f16d20f6b4b83628.tar.xz
nixpkgs-e9d91ab5f36a6c01146f8b74f16d20f6b4b83628.tar.zst
nixpkgs-e9d91ab5f36a6c01146f8b74f16d20f6b4b83628.zip
nftables: 0.8.5 -> 0.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/nftables/versions.

These checks were done:

- built on NixOS
- /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0/bin/nft passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.9.0 with grep in /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0
- directory tree listing: https://gist.github.com/2aa6bc0f10c5a26cd1ad6d17106daad5
- du listing: https://gist.github.com/e87dd21c1ba327481635ea9b36b9aa67
Diffstat (limited to 'pkgs/os-specific/linux/nftables')
-rw-r--r--pkgs/os-specific/linux/nftables/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/nftables/default.nix b/pkgs/os-specific/linux/nftables/default.nix
index 63d389fdb1f..8bb42dff094 100644
--- a/pkgs/os-specific/linux/nftables/default.nix
+++ b/pkgs/os-specific/linux/nftables/default.nix
@@ -2,12 +2,12 @@
 , flex, bison, libmnl, libnftnl, gmp, readline }:
 
 stdenv.mkDerivation rec {
-  version = "0.8.5";
+  version = "0.9.0";
   name = "nftables-${version}";
 
   src = fetchurl {
     url = "http://netfilter.org/projects/nftables/files/${name}.tar.bz2";
-    sha256 = "08z3xaxdryi0i9gcfifs77c96xs8ljynkr2hbfgf3w67l60az6wf";
+    sha256 = "14bygs6vg2v448cw5r4pxqi8an29hw0m9vab8hpmgjmrzjsq30dd";
   };
 
   configureFlags = [