Unverified Commit 56c34050 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #312572 from r-ryantm/auto-update/php82Extensions.phalcon

php82Extensions.phalcon: 5.6.2 -> 5.7.0
parents 619f8896 bb40bd88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPecl rec {
  pname = "phalcon";
  version = "5.6.2";
  version = "5.7.0";

  src = fetchFromGitHub {
    owner = "phalcon";
    repo = "cphalcon";
    rev = "v${version}";
    hash = "sha256-AgyV9pxyXcXuhrRgozN2p67u8xZMepbWrzYaBZMFn6k=";
    hash = "sha256-nckc7LPhXuUBJJvsqWEhH37K8fKdm9hIdkmVdiM3vcc=";
  };

  internalDeps = [