summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 06:01:30 +0000
committerGitHub <noreply@github.com>2021-07-19 06:01:30 +0000
commit9c688591fcae1c2c812c9929b399f1f08054f8b5 (patch)
treeedff73102bdf014962cee7ac248c7c8bc90b8f66 /pkgs/tools
parentdc802b2e196f95ce42daa7591e475bba34047331 (diff)
parentbfef28861df7a97533e9b9b04ef66019edb390fb (diff)
downloadnixpkgs-9c688591fcae1c2c812c9929b399f1f08054f8b5.tar
nixpkgs-9c688591fcae1c2c812c9929b399f1f08054f8b5.tar.gz
nixpkgs-9c688591fcae1c2c812c9929b399f1f08054f8b5.tar.bz2
nixpkgs-9c688591fcae1c2c812c9929b399f1f08054f8b5.tar.lz
nixpkgs-9c688591fcae1c2c812c9929b399f1f08054f8b5.tar.xz
nixpkgs-9c688591fcae1c2c812c9929b399f1f08054f8b5.tar.zst
nixpkgs-9c688591fcae1c2c812c9929b399f1f08054f8b5.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools')
-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 ];