Merge pull request #144348 from r-ryantm/auto-update/iptstate

iptstate: 2.2.6 -> 2.2.7
This commit is contained in:
Maximilian Bosch 2021-11-12 11:51:18 +01:00 committed by GitHub
commit f4c64e31af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "iptstate";
version = "2.2.6";
version = "2.2.7";
src = fetchurl {
url = "https://github.com/jaymzh/iptstate/releases/download/v${version}/${pname}-${version}.tar.bz2";
sha256 = "bef8eb67a4533e53079f397b71e91dd34da23f8cbd65cb2d5b67cb907b00c068";
sha256 = "sha256-iW3wYCiFRWomMfeV1jT8ITEeUF+MkQNI5jEoYPIJeVU=";
};
buildInputs = [ libnetfilter_conntrack ncurses ];