Skip to content

Commit e64441f

Browse files
authored
Merge pull request #333818 from r-ryantm/auto-update/php83Extensions.ast
php83Extensions.ast: 1.1.1 -> 1.1.2
2 parents 10dc1b2 + 6fb8229 commit e64441f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66

77
let
8-
version = "1.1.1";
8+
version = "1.1.2";
99
in
1010
buildPecl {
1111
inherit version;
@@ -15,7 +15,7 @@ buildPecl {
1515
owner = "nikic";
1616
repo = "php-ast";
1717
rev = "v${version}";
18-
sha256 = "sha256-ulMLufhLf9E11Z6+rVBZ14CY3ILp/NrhMjRXmrUHnBA=";
18+
sha256 = "sha256-9HP+hKcpkWmvsx335JiCVjFG+xyAMEm5dWxWC1nZPxU=";
1919
};
2020

2121
meta = with lib; {

0 commit comments

Comments
 (0)