We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e22f5d9 + e082d0c commit c1b7239Copy full SHA for c1b7239
pkgs/by-name/we/weaver/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "weaver";
13
- version = "0.11.0";
+ version = "0.12.0";
14
15
src = fetchFromGitHub {
16
owner = "open-telemetry";
17
repo = "weaver";
18
rev = "v${version}";
19
- hash = "sha256-xb6u9+cZ7p3b2S+I/mQtBfc7XsVlbeLSMHY3fhS+8/8=";
+ hash = "sha256-FBf+X0Xs3Yr9Sk5v86f2N9WOyv/rW/RSGlAYJ6UCBGY=";
20
};
21
22
- cargoHash = "sha256-+Swg1ROVO2lVctF7j6Nibx+WPpE2KAdZSeowinXjnmo=";
+ cargoHash = "sha256-r7l6/xeClphOI9kz/r36P0tTNHmSTKDhRL6KTVZNmvk=";
23
24
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
25
with darwin.apple_sdk_11_0.frameworks; [ SystemConfiguration ]
0 commit comments