about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-08-21 00:34:58 +0200
committerGitHub <noreply@github.com>2021-08-21 00:34:58 +0200
commit1d87f9866c857b72f60eb6c9f7f4701a38ac2136 (patch)
tree7e346558008bcf4a8c2e5561672d66e95b37c718 /pkgs
parentaa61e82623c895bc8396f6939b1dcef5d2264118 (diff)
parente59a98442701ebc85ae0abe3ae8ce76f9235f656 (diff)
Merge pull request #134959 from helsinki-systems/upd/nftables
nftables: 0.9.9 -> 1.0.0
Diffstat (limited to 'pkgs')
-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 f5fdee14c15e9..e0e69adb4b6b9 100644
--- a/pkgs/os-specific/linux/nftables/default.nix
+++ b/pkgs/os-specific/linux/nftables/default.nix
@@ -10,12 +10,12 @@
 with lib;
 
 stdenv.mkDerivation rec {
-  version = "0.9.9";
+  version = "1.0.0";
   pname = "nftables";
 
   src = fetchurl {
     url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.bz2";
-    sha256 = "1d7iwc8xlyfsbgn6qx1sdfcq7jhpl8wpfj39hcd06y8dzp3jvvvn";
+    sha256 = "1x25zs2czmn14mmq1nqi4zibsvh04vqjbx5lxj42nylnmxym9gsq";
   };
 
   nativeBuildInputs = [