firehol: 3.1.7 -> 3.1.8

This commit is contained in:
R. Ryantm
2025-03-15 21:02:36 +00:00
parent 882b04f6a2
commit cbe04943d1
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "firehol";
version = "3.1.7";
version = "3.1.8";
src = fetchFromGitHub {
owner = "firehol";
repo = "firehol";
rev = "v${version}";
sha256 = "sha256-gq7l7QoUsK+j5DUn84kD9hlUTC4hz3ds3gNJc1tRygs=";
sha256 = "sha256-6O3AoQs7Qzcin8VXQgJfCVsNOI74H6fE1DgqdY+e4bA=";
};
patches = [