Commit 6fb8229c authored by R. RyanTM's avatar R. RyanTM
Browse files

php83Extensions.ast: 1.1.1 -> 1.1.2

parent 2d2404ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; {