1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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

php81Extensions.phalcon: 5.3.0 -> 5.3.1
This commit is contained in:
Pol Dellaiera 2023-09-26 07:37:58 +02:00 committed by GitHub
commit c4bb95214a
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.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "phalcon";
repo = "cphalcon";
rev = "v${version}";
hash = "sha256-82DJ+Qx0OYhw9Nv6FkAoyBec8WWfAiqNfBU9Ll/8RfA=";
hash = "sha256-FxGibpGlbNLqWDplCv4T4yUPg5US020niLfC7tHfkCU=";
};
internalDeps = [ php.extensions.session php.extensions.pdo ];