phpExtensions.phalcon: 5.8.0 -> 5.9.0

This commit is contained in:
R. Ryantm
2025-03-12 16:22:46 +00:00
parent ae90832756
commit 80b3fd57b9
@@ -9,13 +9,13 @@
buildPecl rec {
pname = "phalcon";
version = "5.8.0";
version = "5.9.0";
src = fetchFromGitHub {
owner = "phalcon";
repo = "cphalcon";
rev = "v${version}";
hash = "sha256-Jgl/sBWgP4N4rYloaGn78T6XWF/yTYYCsSC9Q6gD6Wg=";
hash = "sha256-S+y0HIAFAVpWfeH2yvbYzbCd1iSyae3x1syuLQL3Ago=";
};
internalDeps = [