Unverified Commit e7d1fdf1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

fcgi: 2.4.2 -> 2.4.3 (#365118)

parents 78398b00 c6623208
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];