7 rustPlatform.buildRustPackage rec {
12 inherit pname version;
13 hash = "sha256-R3a87nXCnGhdeyR7409hFR5Cj3TFUWqaLNOtlXPsvto=";
17 ./0001-update-time-rs.patch
20 cargoHash = "sha256-ncRELlbT8Dy8huLgZrroRWohCLeN5cRjMWrIW4JNcCM=";
23 description = "Converts cargo's json output (from stdin) to JUnit XML (to stdout)";
24 mainProgram = "cargo2junit";
25 homepage = "https://github.com/johnterickson/cargo2junit";
26 license = licenses.mit;
27 maintainers = with maintainers; [ alekseysidorov ];