Skip to content

Commit

Permalink
Merge pull request #285987 from r-ryantm/auto-update/ipset
Browse files Browse the repository at this point in the history
ipset: 7.19 -> 7.21
  • Loading branch information
superherointj authored Feb 27, 2024
2 parents 1d15da7 + 2e4c0b9 commit 9d422ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ipset/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "ipset";
version = "7.19";
version = "7.21";

src = fetchurl {
url = "https://ipset.netfilter.org/${pname}-${version}.tar.bz2";
sha256 = "sha256-m8H7pI1leG4+C2Pca2aahmgj13hAxpkMDGsjB47CxNY=";
sha256 = "sha256-4sbOT886yziTyl01yGk1+ArXb8XMrmARhYQt92DgvGk=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 9d422ae

Please sign in to comment.