php83Extensions.phalcon: 5.7.0 -> 5.8.0

This commit is contained in:
R. Ryantm 2024-07-10 02:19:09 +00:00
parent 655a58a72a
commit d1b61a1465

View File

@ -9,13 +9,13 @@
buildPecl rec {
pname = "phalcon";
version = "5.7.0";
version = "5.8.0";
src = fetchFromGitHub {
owner = "phalcon";
repo = "cphalcon";
rev = "v${version}";
hash = "sha256-nckc7LPhXuUBJJvsqWEhH37K8fKdm9hIdkmVdiM3vcc=";
hash = "sha256-Jgl/sBWgP4N4rYloaGn78T6XWF/yTYYCsSC9Q6gD6Wg=";
};
internalDeps = [