Merge pull request #329624 from r-ryantm/auto-update/opentelemetry-cpp

opentelemetry-cpp: 1.16.0 -> 1.16.1
This commit is contained in:
Nick Cao 2024-07-27 10:02:25 -04:00 committed by GitHub
commit cad7c298b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "opentelemetry-cpp";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-cpp";
rev = "v${finalAttrs.version}";
hash = "sha256-rMqNz8F/ahgDtQiLsswckd2jQPR9FTeSZKRFz2jWVoo=";
hash = "sha256-31zwIZ4oehhfn+oCyg8VQTurPOmdgp72plH1Pf/9UKQ=";
};
patches = [