Merge pull request #92370 from r-ryantm/auto-update/nftables

nftables: 0.9.3 -> 0.9.6
This commit is contained in:
Ryan Mulligan 2020-07-05 15:17:47 -07:00 committed by GitHub
commit 973aeb0466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "0.9.3";
version = "0.9.6";
pname = "nftables";
src = fetchurl {
url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.bz2";
sha256 = "0y6vbqp6x8w165q65h4n9sba1406gaz0d4744gqszbm7w9f92swm";
sha256 = "0vmn6xwqa1nq6crfxshh049b199d0aj6hfgin7k068xhibzgvmk8";
};
nativeBuildInputs = [