Unverified Commit 71ae9eb4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpExtensions.ast: 1.1.2 -> 1.1.3 (#433062)

parents 1a32ac5c f010f40a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; {