lol

buildkite-test-collector-rust: 0.1.0 -> 0.1.3

Signed-off-by: Nick Gerace <nickagerace@gmail.com>

authored by

Nick Gerace and committed by helbling.dev 6d3145bb 6f97e216

+6 -3
+6 -3
pkgs/development/tools/continuous-integration/buildkite-test-collector-rust/default.nix
··· 3 3 , rustPlatform 4 4 , stdenv 5 5 , Security 6 + , nix-update-script 6 7 }: 7 8 8 9 rustPlatform.buildRustPackage rec { 9 10 pname = "buildkite-test-collector-rust"; 10 - version = "0.1.0"; 11 + version = "0.1.3"; 11 12 12 13 src = fetchFromGitHub { 13 14 owner = "buildkite"; 14 15 repo = "test-collector-rust"; 15 16 rev = "v${version}"; 16 - sha256 = "sha256-rY/+AwxO0+xcnRj0A8TRhCUJQ0ecosybI6It1mDOdQM="; 17 + sha256 = "sha256-PF2TFfzWmHXLgTopzJ04dfnzd3Sc/A6Hduffz2guxmU="; 17 18 }; 18 19 19 20 buildInputs = lib.optionals stdenv.isDarwin [ 20 21 Security 21 22 ]; 22 23 23 - cargoSha256 = "sha256-qfJ0ROi0S0mmPl6kKrW3dp3VLjYqK+sBVj+iKDNTjyM="; 24 + cargoSha256 = "sha256-4eaU6dOb97/vV3NSCCpdzK2oQUIHl4kdAtgWbGsY5LU="; 25 + 26 + passthru.updateScript = nix-update-script { }; 24 27 25 28 meta = with lib; { 26 29 description = "Rust adapter for Buildkite Test Analytics";