Unverified Commit bddcc722 authored by Gaël Reyrol's avatar Gaël Reyrol
Browse files

phpExtensions.opentelemetry: 1.0.0beta7 -> 1.0.0RC2

parent 0300ea87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, buildPecl, fetchFromGitHub }:

let
  version = "1.0.0beta7";
  version = "1.0.0RC2";
in buildPecl {
  inherit version;
  pname = "opentelemetry";
@@ -10,7 +10,7 @@ in buildPecl {
    owner = "open-telemetry";
    repo = "opentelemetry-php-instrumentation";
    rev = version;
    hash = "sha256-FDCgRN+aV9c6ceKszrHDBmi14dEhrirlU8cbYrmIGdY=";
    hash = "sha256-sCsJ4ZmQXTTG+ZxDzw3b6Su/8QUAVZv7vV6SuLBET+0=";
  };

  sourceRoot = "source/ext";