Skip to content

Commit

Permalink
conntrack-tools: 1.4.6 -> 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and fpletz committed Oct 9, 2022
1 parent 8a86d9d commit b31c428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/conntrack-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "conntrack-tools";
version = "1.4.6";
version = "1.4.7";

src = fetchurl {
url = "https://www.netfilter.org/projects/conntrack-tools/files/${pname}-${version}.tar.bz2";
sha256 = "0psx41bclqrh4514yzq03rvs3cq3scfpd1v4kkyxnic2hk65j22r";
sha256 = "sha256-CZ3rz1foFpDO1X9Ra0k1iKc1GPSMFNZW+COym0/CS10=";
};

buildInputs = [
Expand Down

0 comments on commit b31c428

Please sign in to comment.