php81Extensions.phalcon: 5.5.0 -> 5.6.0
This commit is contained in:
parent
b19afc891f
commit
1fe1159820
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPecl rec {
|
buildPecl rec {
|
||||||
pname = "phalcon";
|
pname = "phalcon";
|
||||||
version = "5.5.0";
|
version = "5.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phalcon";
|
owner = "phalcon";
|
||||||
repo = "cphalcon";
|
repo = "cphalcon";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ycE8A3ESV97COTdbjkrOJCZpEmP1l9nkmNnhjJGaBeE=";
|
hash = "sha256-EtwhWRBqJOMndmsy+Rgc4MVjFZg/Fm97qkSuTGxqHhI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
internalDeps = [ php.extensions.session php.extensions.pdo ];
|
internalDeps = [ php.extensions.session php.extensions.pdo ];
|
||||||
|
|
Loading…
Reference in a new issue