Merge pull request #325994 from r-ryantm/auto-update/php83Extensions.phalcon

php83Extensions.phalcon: 5.7.0 -> 5.8.0

authored by

Pol Dellaiera and committed by
GitHub
2ee9ed70 9b481a9f

+2 -2
+2 -2
pkgs/development/php-packages/phalcon/default.nix
··· 9 10 buildPecl rec { 11 pname = "phalcon"; 12 - version = "5.7.0"; 13 14 src = fetchFromGitHub { 15 owner = "phalcon"; 16 repo = "cphalcon"; 17 rev = "v${version}"; 18 - hash = "sha256-nckc7LPhXuUBJJvsqWEhH37K8fKdm9hIdkmVdiM3vcc="; 19 }; 20 21 internalDeps = [
··· 9 10 buildPecl rec { 11 pname = "phalcon"; 12 + version = "5.8.0"; 13 14 src = fetchFromGitHub { 15 owner = "phalcon"; 16 repo = "cphalcon"; 17 rev = "v${version}"; 18 + hash = "sha256-Jgl/sBWgP4N4rYloaGn78T6XWF/yTYYCsSC9Q6gD6Wg="; 19 }; 20 21 internalDeps = [