summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nftables/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-01 13:46:29 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-01 22:46:29 +0200
commitd9cc753a9d63b517b848fc886ea6e28644317ceb (patch)
tree2f1f3dd42f1904c84501143e4469757205af0718 /pkgs/os-specific/linux/nftables/default.nix
parent218247ea565bfe1800971f507db972af063e9120 (diff)
downloadnixpkgs-d9cc753a9d63b517b848fc886ea6e28644317ceb.tar
nixpkgs-d9cc753a9d63b517b848fc886ea6e28644317ceb.tar.gz
nixpkgs-d9cc753a9d63b517b848fc886ea6e28644317ceb.tar.bz2
nixpkgs-d9cc753a9d63b517b848fc886ea6e28644317ceb.tar.lz
nixpkgs-d9cc753a9d63b517b848fc886ea6e28644317ceb.tar.xz
nixpkgs-d9cc753a9d63b517b848fc886ea6e28644317ceb.tar.zst
nixpkgs-d9cc753a9d63b517b848fc886ea6e28644317ceb.zip
nftables: 0.8.3 -> 0.8.5 (#41288)
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/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5/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.8.5 with grep in /nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5
- directory tree listing: https://gist.github.com/c51183f763d8d6799836191579a6121e
- du listing: https://gist.github.com/14256ccb73b20c829e35302dbd31c12a
Diffstat (limited to 'pkgs/os-specific/linux/nftables/default.nix')
-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 be52cbc2029..63d389fdb1f 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.3";
+  version = "0.8.5";
   name = "nftables-${version}";
 
   src = fetchurl {
     url = "http://netfilter.org/projects/nftables/files/${name}.tar.bz2";
-    sha256 = "0f2yv7as1ybkfvn75f72x0z9y1ydibw4s3hbzhlmvsc8vgsy2syi";
+    sha256 = "08z3xaxdryi0i9gcfifs77c96xs8ljynkr2hbfgf3w67l60az6wf";
   };
 
   configureFlags = [