Skip to content

Commit 647cb93

Browse files
authored
Merge pull request NixOS#282579 from r-ryantm/auto-update/php81Extensions.phalcon
php81Extensions.phalcon: 5.5.0 -> 5.6.0
2 parents 9e70dea + 1fe1159 commit 647cb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/phalcon/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildPecl rec {
44
pname = "phalcon";
5-
version = "5.5.0";
5+
version = "5.6.0";
66

77
src = fetchFromGitHub {
88
owner = "phalcon";
99
repo = "cphalcon";
1010
rev = "v${version}";
11-
hash = "sha256-ycE8A3ESV97COTdbjkrOJCZpEmP1l9nkmNnhjJGaBeE=";
11+
hash = "sha256-EtwhWRBqJOMndmsy+Rgc4MVjFZg/Fm97qkSuTGxqHhI=";
1212
};
1313

1414
internalDeps = [ php.extensions.session php.extensions.pdo ];

0 commit comments

Comments
 (0)