lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo2junit: 0.1.12 -> 0.1.13

+3 -3
+3 -3
pkgs/development/tools/rust/cargo2junit/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo2junit"; 5 - version = "0.1.12"; 5 + version = "0.1.13"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-wF1vDUVEume6aWzI5smTNlwc9WyZeTtUX416tYYrZPU="; 9 + sha256 = "sha256-R3a87nXCnGhdeyR7409hFR5Cj3TFUWqaLNOtlXPsvto="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-GUCHWV+uPHZwhU4UhdXE2GHpeVnqbUTpfivA9Nh9MoY="; 12 + cargoHash = "sha256-u5Pd967qxjqFl9fV/KkClLDBwKql7p66WqbIVBvWKuM="; 13 13 14 14 meta = with lib; { 15 15 description = "Converts cargo's json output (from stdin) to JUnit XML (to stdout).";