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

php81Extensions.phalcon: 5.4.0 -> 5.5.0
This commit is contained in:
Pol Dellaiera 2023-12-27 13:53:41 +01:00 committed by GitHub
commit d98cf0460c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPecl rec {
pname = "phalcon";
version = "5.4.0";
version = "5.5.0";
src = fetchFromGitHub {
owner = "phalcon";
repo = "cphalcon";
rev = "v${version}";
hash = "sha256-svw+cYL5ISKk6jEvdFmLcC4hEzrFw3kIbDJsymt2tEs=";
hash = "sha256-ycE8A3ESV97COTdbjkrOJCZpEmP1l9nkmNnhjJGaBeE=";
};
internalDeps = [ php.extensions.session php.extensions.pdo ];