Skip to content

Commit 49726dc

Browse files
authored
vector: 0.45.0 -> 0.46.0 (NixOS#397414)
2 parents 9bd1801 + 23d170d commit 49726dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ve/vector/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
let
2727
pname = "vector";
28-
version = "0.45.0";
28+
version = "0.46.0";
2929
in
3030
rustPlatform.buildRustPackage {
3131
inherit pname version;
@@ -34,11 +34,11 @@ rustPlatform.buildRustPackage {
3434
owner = "vectordotdev";
3535
repo = pname;
3636
rev = "v${version}";
37-
hash = "sha256-ixBB0rMHeeEAGbazRAXiWMZOOf4nFC8iY0qZ4fmARWk=";
37+
hash = "sha256-7zz2Kzl1Mg/Y/f9jAYk1QZ4QweHPwQfeRQkSPyRy354=";
3838
};
3939

4040
useFetchCargoVendor = true;
41-
cargoHash = "sha256-qEo8GYGwUWtfMT6m9TaQzneV+tglUnapjFtuxL5yudw=";
41+
cargoHash = "sha256-XEr7Hhx/Aj7phL6mKY4TSjsQGf0C1QPYkNCnuu1s6uY=";
4242

4343
nativeBuildInputs =
4444
[

0 commit comments

Comments
 (0)