php82Extensions.phalcon: 5.7.0 -> 5.8.0

This commit is contained in:
R. Ryantm
2024-07-10 02:11:53 +00:00
parent 655a58a72a
commit 356aab4ceb
@@ -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 = [