vector: 0.34.0 → 0.34.1

This commit is contained in:
Jonathan Davies
2023-11-17 13:12:06 +00:00
committed by Yt
parent 606d32f357
commit 3d438e4cf8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9864,7 +9864,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "vector"
version = "0.34.0"
version = "0.34.1"
dependencies = [
"apache-avro",
"approx",
+2 -2
View File
@@ -34,7 +34,7 @@
let
pname = "vector";
version = "0.34.0";
version = "0.34.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev";
repo = pname;
rev = "v${version}";
hash = "sha256-E9sbpVFDVKJKYqSiqXeC9AItset/bXvVA9mURazTn/I=";
hash = "sha256-vK+k+VbUVgJ8idlvuod5ExAkkeTYDk/135dyLRct0zs=";
};
cargoLock = {