vector: 0.18.0 -> 0.18.1 (#149019)

authored by R. RyanTM and committed by GitHub e6d91c74 113f047a

+3 -3
+3 -3
pkgs/tools/misc/vector/default.nix
··· 28 29 let 30 pname = "vector"; 31 - version = "0.18.0"; 32 in 33 rustPlatform.buildRustPackage { 34 inherit pname version; ··· 37 owner = "timberio"; 38 repo = pname; 39 rev = "v${version}"; 40 - sha256 = "sha256-vkiTvJevslXEF2lDTr2IL2vFBQ+dj1N636Livncsso4="; 41 }; 42 43 - cargoSha256 = "sha256-u7GzqQex5pqU7DuueMfbxMSOpAzd+uLQTZ2laG/aC+4="; 44 nativeBuildInputs = [ pkg-config ]; 45 buildInputs = [ oniguruma openssl protobuf rdkafka zstd ] 46 ++ lib.optionals stdenv.isDarwin [ Security libiconv coreutils CoreServices ];
··· 28 29 let 30 pname = "vector"; 31 + version = "0.18.1"; 32 in 33 rustPlatform.buildRustPackage { 34 inherit pname version; ··· 37 owner = "timberio"; 38 repo = pname; 39 rev = "v${version}"; 40 + sha256 = "sha256-OD7lYoTlQNdrWT1f+BAp6zI0N+9W2LOHNNgpvAMXKDM="; 41 }; 42 43 + cargoSha256 = "sha256-BqnXXTNE1TmrF7pSOCQpnHHve0lCb9W6MbJXk2QHAOs="; 44 nativeBuildInputs = [ pkg-config ]; 45 buildInputs = [ oniguruma openssl protobuf rdkafka zstd ] 46 ++ lib.optionals stdenv.isDarwin [ Security libiconv coreutils CoreServices ];