summary refs log tree commit diff
path: root/pkgs/tools/misc/vector
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 06:02:01 +0000
committerGitHub <noreply@github.com>2021-07-19 06:02:01 +0000
commitf60c09468f716f8851b976289f66e1ebd9045b79 (patch)
treedb43cafb7476db93b44e84c76930d312f2357aff /pkgs/tools/misc/vector
parentdde34afc632005a61b65b95f269dbc8b828c2f05 (diff)
parent9c688591fcae1c2c812c9929b399f1f08054f8b5 (diff)
downloadnixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.gz
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.bz2
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.lz
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.xz
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.zst
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/misc/vector')
-rw-r--r--pkgs/tools/misc/vector/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/vector/default.nix b/pkgs/tools/misc/vector/default.nix
index e8c3ed7cbe9..d9e454d4ab8 100644
--- a/pkgs/tools/misc/vector/default.nix
+++ b/pkgs/tools/misc/vector/default.nix
@@ -28,16 +28,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "vector";
-  version = "0.14.0";
+  version = "0.15.0";
 
   src = fetchFromGitHub {
     owner = "timberio";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-wtihrR19jMJ7Kgvy6XBzOUrC/WKNVl2MVx4lWgXYlvg=";
+    sha256 = "sha256-8ZsZyV6zlMiNTVYPwqQi7F1OJ4hV33IqrrGkvUb8JaY=";
   };
 
-  cargoSha256 = "sha256-VYIzAqh5Xxmn1koxhh+UDb2G3WS2UVXffuBY7h5Kr7A=";
+  cargoSha256 = "sha256-t6KeyBwIfCQTfaennFiFX3K+8unFOsduBP7nRbAo9wI=";
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ oniguruma openssl protobuf rdkafka zstd ]
     ++ lib.optional stdenv.isDarwin [ Security libiconv coreutils CoreServices ];