Merge pull request #109804 from r-ryantm/auto-update/firehol

firehol: 3.1.6 -> 3.1.7

authored by Sandro and committed by GitHub d510979b 547956a2

+2 -2
+2 -2
pkgs/applications/networking/firehol/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "firehol"; 11 - version = "3.1.6"; 11 + version = "3.1.7"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "firehol"; 15 15 repo = "firehol"; 16 16 rev = "v${version}"; 17 - sha256 = "0l7sjpsb300kqv21hawd26a7jszlmafplacpn5lfj64m4yip93fd"; 17 + sha256 = "sha256-gq7l7QoUsK+j5DUn84kD9hlUTC4hz3ds3gNJc1tRygs="; 18 18 }; 19 19 20 20 patches = [