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

Merge pull request #262233 from gaelreyrol/php-extension-opentelemetry-1.0.0rc3

phpExtensions.opentelemetry: 1.0.0RC2 -> 1.0.0RC3
parents 2b7eb7a8 7fb74fbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, buildPecl, fetchFromGitHub }:

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

  sourceRoot = "source/ext";