Skip to content

Commit e082d0c

Browse files
committed
weaver: 0.11.0 -> 0.12.0
1 parent 4989a24 commit e082d0c

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.11.0";
13+
version = "0.12.0";
1414

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

22-
cargoHash = "sha256-+Swg1ROVO2lVctF7j6Nibx+WPpE2KAdZSeowinXjnmo=";
22+
cargoHash = "sha256-r7l6/xeClphOI9kz/r36P0tTNHmSTKDhRL6KTVZNmvk=";
2323

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

0 commit comments

Comments
 (0)