fcgi: 2.4.3 -> 2.4.4

This commit is contained in:
R. Ryantm
2025-01-08 03:44:03 +00:00
parent 143b04fe3c
commit f6db8ef771
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fcgi";
version = "2.4.3";
version = "2.4.4";
src = fetchFromGitHub {
owner = "FastCGI-Archives";
repo = "fcgi2";
rev = finalAttrs.version;
hash = "sha256-P8wkiURBc5gV0PxwemkIIpTPOpug6YIZE//3j5U76K0=";
hash = "sha256-GI2RL0djfCej7bBhxR6cK/FrTbDYEl75SEfQFgl0ctA=";
};
nativeBuildInputs = [ autoreconfHook ];