Unverified Commit 3a996b66 authored by Yt's avatar Yt Committed by GitHub
Browse files

vector: 0.46.0 -> 0.46.1 (#399946)

parents a89e5374 648689d5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

let
  pname = "vector";
  version = "0.46.0";
  version = "0.46.1";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -34,11 +34,11 @@ rustPlatform.buildRustPackage {
    owner = "vectordotdev";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-7zz2Kzl1Mg/Y/f9jAYk1QZ4QweHPwQfeRQkSPyRy354=";
    hash = "sha256-ouPCBaG/wwjIyzXA5PgBRpAtOJ5IuOrS+k4p6/KRzzY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-XEr7Hhx/Aj7phL6mKY4TSjsQGf0C1QPYkNCnuu1s6uY=";
  cargoHash = "sha256-Bl/dgkoF9Hx1hLt9+kZiyK42GNr+5UGJYy5QZOnHDV4=";

  nativeBuildInputs =
    [