6 rustPlatform.buildRustPackage rec {
8 version = "unstable-2021-08-30";
10 src = fetchFromGitHub {
13 rev = "575eac74400a5ac45c912b144f0c002aa4a0135f";
14 sha256 = "sha256-pRDRRVb8Lyna8X/PEjS9tS5dbG4g7vyMCU5AqPlpxec=";
17 cargoHash = "sha256-SZWmJGiCc/FevxMWJpa8xKVz/rbll52oNbFtqPpz74g=";
20 description = "Clean and optimize SVG files from unnecessary data";
21 homepage = "https://github.com/RazrFalcon/SVGCleaner";
22 changelog = "https://github.com/RazrFalcon/svgcleaner/releases";
23 license = licenses.gpl2Plus;
24 maintainers = with maintainers; [ yuu ];
25 mainProgram = "svgcleaner";