Skip to content

Commit d3bcad1

Browse files
weaver: 0.10.0 -> 0.11.0 (#362378)
2 parents 1a78b85 + c769b4d commit d3bcad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/we/weaver/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "weaver";
13-
version = "0.10.0";
13+
version = "0.11.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "open-telemetry";
1717
repo = "weaver";
1818
rev = "v${version}";
19-
hash = "sha256-hSoMt+4D1bpENBD9NmuVBLDUOJkau5Sk2OHS5RyDRYQ=";
19+
hash = "sha256-xb6u9+cZ7p3b2S+I/mQtBfc7XsVlbeLSMHY3fhS+8/8=";
2020
};
2121

22-
cargoHash = "sha256-4rHDulSsFvKly5M5bo1AtEAl280N/hxhznTngCxw36Y=";
22+
cargoHash = "sha256-+Swg1ROVO2lVctF7j6Nibx+WPpE2KAdZSeowinXjnmo=";
2323

2424
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
2525
with darwin.apple_sdk_11_0.frameworks; [ SystemConfiguration ]

0 commit comments

Comments
 (0)