Merge pull request #177153 from jfroche/feat/buildkite-test-collector-2

buildkite-test-collector-rust: fix vendor sha
This commit is contained in:
Bobby Rong 2022-06-10 19:22:51 +08:00 committed by GitHub
commit 1c69f9896c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
Security
];
cargoSha256 = "sha256-+3OwifInUAEn3IRbebg+eXEcHDNLkN169tNAUr7L8os=";
cargoSha256 = "sha256-qfJ0ROi0S0mmPl6kKrW3dp3VLjYqK+sBVj+iKDNTjyM=";
meta = with lib; {
description = "Rust adapter for Buildkite Test Analytics";