summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nftables
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-08-11 15:10:59 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2022-08-11 18:13:46 +0200
commitba541afca3eaec1424035843807d4a683f5cae11 (patch)
tree615c62a76e8e55e7ba14ff72065a353fbdc3e8b3 /pkgs/os-specific/linux/nftables
parentf3eddd0bb17900db55fbd7cb68f2589e7804a8e5 (diff)
downloadnixpkgs-ba541afca3eaec1424035843807d4a683f5cae11.tar
nixpkgs-ba541afca3eaec1424035843807d4a683f5cae11.tar.gz
nixpkgs-ba541afca3eaec1424035843807d4a683f5cae11.tar.bz2
nixpkgs-ba541afca3eaec1424035843807d4a683f5cae11.tar.lz
nixpkgs-ba541afca3eaec1424035843807d4a683f5cae11.tar.xz
nixpkgs-ba541afca3eaec1424035843807d4a683f5cae11.tar.zst
nixpkgs-ba541afca3eaec1424035843807d4a683f5cae11.zip
nftables: 1.0.4 -> 1.0.5
https://lore.kernel.org/all/YvK7fkPf6P52MV+w@salvia/T/
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 8339eabb495..12c5b40ea4a 100644
--- a/pkgs/os-specific/linux/nftables/default.nix
+++ b/pkgs/os-specific/linux/nftables/default.nix
@@ -9,12 +9,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "1.0.4";
+  version = "1.0.5";
   pname = "nftables";
 
   src = fetchurl {
     url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.bz2";
-    hash = "sha256-kn+x/qH2haMowQz3ketlXX4e1J0xDupcsxAd/Y1sujU=";
+    hash = "sha256-jRtLGDk69DaY0QuqJdK5tjl5ab7srHgWw13QcU5N5Qo=";
   };
 
   nativeBuildInputs = [