php81Extensions.ast: 1.1.0 -> 1.1.1
This commit is contained in:
parent
b608fc233c
commit
0a2a243a44
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ buildPecl, lib, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
in buildPecl {
|
||||
inherit version;
|
||||
pname = "ast";
|
||||
|
@ -10,7 +10,7 @@ in buildPecl {
|
|||
owner = "nikic";
|
||||
repo = "php-ast";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-e9J6O4A+8xRBlR9m4OK1kTVpzgzsviD0Eqi0iY4AgkY=";
|
||||
sha256 = "sha256-ulMLufhLf9E11Z6+rVBZ14CY3ILp/NrhMjRXmrUHnBA=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue