Merge pull request #333818 from r-ryantm/auto-update/php83Extensions.ast

php83Extensions.ast: 1.1.1 -> 1.1.2
This commit is contained in:
Pol Dellaiera 2024-08-11 08:00:51 +02:00 committed by GitHub
commit e64441f6ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
}:
let
version = "1.1.1";
version = "1.1.2";
in
buildPecl {
inherit version;
@ -15,7 +15,7 @@ buildPecl {
owner = "nikic";
repo = "php-ast";
rev = "v${version}";
sha256 = "sha256-ulMLufhLf9E11Z6+rVBZ14CY3ILp/NrhMjRXmrUHnBA=";
sha256 = "sha256-9HP+hKcpkWmvsx335JiCVjFG+xyAMEm5dWxWC1nZPxU=";
};
meta = with lib; {