diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-01-25 08:32:13 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-01-25 08:50:14 +0100 |
commit | 0646461a8c5c24d3493c69ef92aa3ae35028d5ea (patch) | |
tree | 207fb6f189ef77a545bf4daead78e46fb10d4267 /gnu/packages | |
parent | 1dba87d7088355d8e52eb362b38773372e31d31e (diff) | |
download | patches-0646461a8c5c24d3493c69ef92aa3ae35028d5ea.tar patches-0646461a8c5c24d3493c69ef92aa3ae35028d5ea.tar.gz |
gnu: nftables: Update to 0.8.1.
* gnu/packages/linux.scm (nftables): Update to 0.8.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 21249a7eb3..82f077668c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4182,7 +4182,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "0.8") + (version "0.8.1") (source (origin (method url-fetch) @@ -4190,7 +4190,7 @@ used by nftables.") "/files/nftables-" version ".tar.bz2")) (sha256 (base32 - "16iq9x0qxikdhp1nan500rk33ycqddl1k57876m4dfv3n7kqhnrz")))) + "1i1gfy8l7qyhc5vlrpp63s0n5kybmc9pi4dywiq8rmkhrrnddsla")))) (build-system gnu-build-system) (inputs `(("bison", bison) ("flex", flex) |