Unverified Commit 7e24e000 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #270316 from r-ryantm/auto-update/php81Extensions.ast

php81Extensions.ast: 1.1.0 -> 1.1.1
parents 3fc3fd1e 0a2a243a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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; {