Skip to content

Commit 34a396a

Browse files
weaver: 0.14.0 -> 0.15.0 (#408209)
Co-authored-by: aaronjheng <[email protected]>
2 parents a805386 + 8c10e27 commit 34a396a

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
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "weaver";
11-
version = "0.14.0";
11+
version = "0.15.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "open-telemetry";
1515
repo = "weaver";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-zsDHVa3UqJX0dPg69hQmoTc6d+fx5zHe4+ElFByMb9s=";
17+
hash = "sha256-aAxVSk12bPaWbvCWd+ntPeozd/rtQxdu53APWXI6fTg=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-30JR9dX+N8KLHeUt8VsGC9LgKUnTtwunWAaXEnzGyWw=";
21+
cargoHash = "sha256-Sc5tSK/0C8iqwb4yM6Ra2/PcdOdn1UkpUQjgmWmfVBE=";
2222

2323
checkFlags = [
2424
# Skip tests requiring network

0 commit comments

Comments
 (0)