Unverified Commit 7d16deb9 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

phpExtensions.apcu: 5.1.27 -> 5.1.28 (#470514)

parents e6e328c6 508b6f12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  version = "5.1.27";
  version = "5.1.28";
in
buildPecl {
  inherit version;
@@ -16,7 +16,7 @@ buildPecl {
    owner = "krakjoe";
    repo = "apcu";
    rev = "v${version}";
    sha256 = "sha256-kf1d+WLpwhzQVn9pnkXtPPTXI5XaAuIAReI6rDGypB8=";
    sha256 = "sha256-L8bGSPUuBsZXsJdeY6cVA0DvI2+0wEbNHH6IcfT+cFU=";
  };

  buildInputs = [ pcre2 ];