summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-06 00:10:45 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-06 00:10:45 +0000
commit7f925d50fc78c276f4c28946a48600f577d43acf (patch)
tree62754b02f63bee1e0fce633d9773d6927a6228fd
parent04b8bee53bc289d11c41b2259885ce54ca18ba2f (diff)
downloadnixpkgs-7f925d50fc78c276f4c28946a48600f577d43acf.tar
nixpkgs-7f925d50fc78c276f4c28946a48600f577d43acf.tar.gz
nixpkgs-7f925d50fc78c276f4c28946a48600f577d43acf.tar.bz2
nixpkgs-7f925d50fc78c276f4c28946a48600f577d43acf.tar.lz
nixpkgs-7f925d50fc78c276f4c28946a48600f577d43acf.tar.xz
nixpkgs-7f925d50fc78c276f4c28946a48600f577d43acf.tar.zst
nixpkgs-7f925d50fc78c276f4c28946a48600f577d43acf.zip
ipset: 7.14 -> 7.15
-rw-r--r--pkgs/os-specific/linux/ipset/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/ipset/default.nix b/pkgs/os-specific/linux/ipset/default.nix
index 7b4322657e5..a116aef7920 100644
--- a/pkgs/os-specific/linux/ipset/default.nix
+++ b/pkgs/os-specific/linux/ipset/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ipset";
-  version = "7.14";
+  version = "7.15";
 
   src = fetchurl {
     url = "https://ipset.netfilter.org/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-JwMcNtNVkHAxzOQeZVU+mbsBPXYvzVU5L2PX6Edg+QA=";
+    sha256 = "sha256-ClVFqq22QBQsH4iNNmp43fhyR5mWf6IGhqcAU71iF1E=";
   };
 
   nativeBuildInputs = [ pkg-config ];