Unverified Commit 35c08102 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #296006 from r-ryantm/auto-update/php81Extensions.phalcon

php81Extensions.phalcon: 5.6.1 -> 5.6.2
parents aad93574 4fc2d33f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

  src = fetchFromGitHub {
    owner = "phalcon";
    repo = "cphalcon";
    rev = "v${version}";
    hash = "sha256-1dCtj3pJGOY7sRe6xx8JgPPLSj/6qMemUnqrt9guPIk=";
    hash = "sha256-AgyV9pxyXcXuhrRgozN2p67u8xZMepbWrzYaBZMFn6k=";
  };

  internalDeps = [ php.extensions.session php.extensions.pdo ];