php83Extensions.ast: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-08-11 01:36:17 +00:00
parent 2d2404abaf
commit 6fb8229c8e

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; {