phpExtensions.ast: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm
2025-08-12 11:13:48 +00:00
parent b6705ec389
commit f010f40a6d

View File

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