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 1a78b85 + c769b4d commit d3bcad1Copy full SHA for d3bcad1
pkgs/by-name/we/weaver/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "weaver";
13
- version = "0.10.0";
+ version = "0.11.0";
14
15
src = fetchFromGitHub {
16
owner = "open-telemetry";
17
repo = "weaver";
18
rev = "v${version}";
19
- hash = "sha256-hSoMt+4D1bpENBD9NmuVBLDUOJkau5Sk2OHS5RyDRYQ=";
+ hash = "sha256-xb6u9+cZ7p3b2S+I/mQtBfc7XsVlbeLSMHY3fhS+8/8=";
20
};
21
22
- cargoHash = "sha256-4rHDulSsFvKly5M5bo1AtEAl280N/hxhznTngCxw36Y=";
+ cargoHash = "sha256-+Swg1ROVO2lVctF7j6Nibx+WPpE2KAdZSeowinXjnmo=";
23
24
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
25
with darwin.apple_sdk_11_0.frameworks; [ SystemConfiguration ]
0 commit comments