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

firehol: 3.1.6 -> 3.1.7
This commit is contained in:
Sandro 2021-01-18 19:03:52 +01:00 committed by GitHub
commit d510979b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "firehol";
version = "3.1.6";
version = "3.1.7";
src = fetchFromGitHub {
owner = "firehol";
repo = "firehol";
rev = "v${version}";
sha256 = "0l7sjpsb300kqv21hawd26a7jszlmafplacpn5lfj64m4yip93fd";
sha256 = "sha256-gq7l7QoUsK+j5DUn84kD9hlUTC4hz3ds3gNJc1tRygs=";
};
patches = [