Skip to content

Commit

Permalink
weaver: 0.12.0 -> 0.13.2 (#382248)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronjheng <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and aaronjheng authored Feb 15, 2025
2 parents 1e2268e + dd3d2d9 commit 1c72cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/we/weaver/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
pname = "weaver";
version = "0.12.0";
version = "0.13.2";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "weaver";
rev = "v${version}";
hash = "sha256-FBf+X0Xs3Yr9Sk5v86f2N9WOyv/rW/RSGlAYJ6UCBGY=";
hash = "sha256-kfBWI+1f39oSSKYflXfXnBTc96OZch7o5HWfOgOfuxs=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-rxBij00NQySBVK3lJSm5rWo4YUZZvxk6tnNUzCj75FQ=";
cargoHash = "sha256-KK6Cp6viQPp9cSxs1dP1tf/bIMgkKiaKPE6VytyHyZA=";

checkFlags = [
# Skip tests requiring network
Expand Down

0 comments on commit 1c72cf1

Please sign in to comment.