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

php81Extensions.phalcon: 5.6.0 -> 5.6.1
This commit is contained in:
Pol Dellaiera 2024-02-09 09:09:24 +01:00 committed by GitHub
commit ae8019da57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildPecl rec {
pname = "phalcon";
version = "5.6.0";
version = "5.6.1";
src = fetchFromGitHub {
owner = "phalcon";
repo = "cphalcon";
rev = "v${version}";
hash = "sha256-EtwhWRBqJOMndmsy+Rgc4MVjFZg/Fm97qkSuTGxqHhI=";
hash = "sha256-1dCtj3pJGOY7sRe6xx8JgPPLSj/6qMemUnqrt9guPIk=";
};
internalDeps = [ php.extensions.session php.extensions.pdo ];