vector: 0.46.1 → 0.47.0

This commit is contained in:
Jonathan Davies
2025-05-20 17:57:29 +00:00
parent 6bd7ba77ef
commit cc8c6c8ec5
+3 -4
View File
@@ -25,7 +25,7 @@
let
pname = "vector";
version = "0.46.1";
version = "0.47.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -34,11 +34,10 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev";
repo = pname;
rev = "v${version}";
hash = "sha256-ouPCBaG/wwjIyzXA5PgBRpAtOJ5IuOrS+k4p6/KRzzY=";
hash = "sha256-09CjhSckptXbbTzBneo5aQ76YwLPSacRlsMpexsw54c=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Bl/dgkoF9Hx1hLt9+kZiyK42GNr+5UGJYy5QZOnHDV4=";
cargoHash = "sha256-9cCqdi65C4JCMP743nhrNmBlJsIFiNPGguyVEEJpGww=";
nativeBuildInputs =
[