weaver: 0.9.2 -> 0.10.0 (#343416)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-09-21 06:59:37 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "weaver";
version = "0.9.2";
version = "0.10.0";
src = fetchFromGitHub {
owner = "open-telemetry";
repo = "weaver";
rev = "v${version}";
hash = "sha256-HKVUi/XJsvgj+UnhJRa2PkGlfJHNdz8M/re9vYMu1LM=";
hash = "sha256-hSoMt+4D1bpENBD9NmuVBLDUOJkau5Sk2OHS5RyDRYQ=";
};
cargoHash = "sha256-p6NQm4Paq1nDMxmaf3BcZF3V7k6Ifw93BC0InKUjgBk=";
cargoHash = "sha256-4rHDulSsFvKly5M5bo1AtEAl280N/hxhznTngCxw36Y=";
buildInputs = lib.optionals stdenv.isDarwin (
with darwin.apple_sdk_11_0.frameworks; [ SystemConfiguration ]