phpExtensions.phalcon: 5.8.0 -> 5.9.0 (#389279)

This commit is contained in:
Pol Dellaiera
2025-03-12 18:53:53 +01:00
committed by GitHub
@@ -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 = [