phpExtensions.opentelemetry: 1.0.0RC3 -> 1.0.0

This commit is contained in:
Gaël Reyrol 2023-10-25 14:39:59 +02:00
parent 545857e749
commit 9ce6a39cac
No known key found for this signature in database
GPG key ID: DFB9B69A2C427F61

View file

@ -1,7 +1,7 @@
{ lib, buildPecl, fetchFromGitHub }:
let
version = "1.0.0RC3";
version = "1.0.0";
in buildPecl {
inherit version;
pname = "opentelemetry";
@ -10,7 +10,7 @@ in buildPecl {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-0jHXl+Amjv0vLSuSWhkGAU25pkRXbJgdx02N6o2dUyw=";
hash = "sha256-uCsm2vsxXfbEH9spCgWHhmqzyRH9k8kqIAIdQk5CNYg=";
};
sourceRoot = "source/ext";