php81Extensions.phalcon: 5.5.0 -> 5.6.0

This commit is contained in:
R. Ryantm 2024-01-21 12:36:26 +00:00
parent b19afc891f
commit 1fe1159820

View file

@ -2,13 +2,13 @@
buildPecl rec {
pname = "phalcon";
version = "5.5.0";
version = "5.6.0";
src = fetchFromGitHub {
owner = "phalcon";
repo = "cphalcon";
rev = "v${version}";
hash = "sha256-ycE8A3ESV97COTdbjkrOJCZpEmP1l9nkmNnhjJGaBeE=";
hash = "sha256-EtwhWRBqJOMndmsy+Rgc4MVjFZg/Fm97qkSuTGxqHhI=";
};
internalDeps = [ php.extensions.session php.extensions.pdo ];