Skip to content

Commit

Permalink
fcgi: 2.4.2 -> 2.4.3 (NixOS#365118)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 20, 2024
2 parents 78398b0 + c662320 commit e7d1fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fc/fcgi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "fcgi";
version = "2.4.2";
version = "2.4.3";

src = fetchFromGitHub {
owner = "FastCGI-Archives";
repo = "fcgi2";
rev = finalAttrs.version;
hash = "sha256-4U/Mc2U7tK/fo4B9NBwYKzDuLApvSzWR4mqWzZ00H8o=";
hash = "sha256-P8wkiURBc5gV0PxwemkIIpTPOpug6YIZE//3j5U76K0=";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit e7d1fdf

Please sign in to comment.