Skip to content

Commit

Permalink
Merge pull request NixOS#113941 from r-ryantm/auto-update/ipset
Browse files Browse the repository at this point in the history
ipset: 7.10 -> 7.11
  • Loading branch information
davidak authored Feb 22, 2021
2 parents 2e338d3 + 3669ac9 commit 3c65731
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.10";
version = "7.11";

src = fetchurl {
url = "http://ipset.netfilter.org/${pname}-${version}.tar.bz2";
sha256 = "sha256-skkGukPi/jIr1BhjR2dh10mkvd9c5MImW6BLA7x+nPY=";
sha256 = "sha256-MVG6rTDx2eMXsqtPL1qnqfe03BH8+P5zrNDcC126v30=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 3c65731

Please sign in to comment.