Unverified Commit 143bad9a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpExtensions.opentelemetry: 1.1.3 -> 1.2.0 (#425847)

parents b26d1d36 99cf2789
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "1.1.3";
  version = "1.2.0";
in
buildPecl rec {
  inherit version;
@@ -15,7 +15,7 @@ buildPecl rec {
    owner = "open-telemetry";
    repo = "opentelemetry-php-instrumentation";
    rev = version;
    hash = "sha256-Vrmutn2A83DuXH5E+jPGPLW0brb7gKGfPGUKQHxvz5U=";
    hash = "sha256-fZT6Mr+RD3HBN+OBnErX1pvSyAGyLP6H66/QdCavnHc=";
  };

  sourceRoot = "${src.name}/ext";