1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
10 hash = "sha256-eloTe7UHcPPmHEsGnfj3nIbZbBxSMFZdaSm5LpOh1S4=";
13 cargoHash = "sha256-57vqVKqwQOEB33cSzGiZwadTDi7EyBBRAS4X9Euwp5Q=";
16 description = "Sass reimplemented in rust with nom";
17 mainProgram = "rsass";
18 homepage = "https://github.com/kaj/rsass";
19 changelog = "https://github.com/kaj/rsass/blob/v${version}/CHANGELOG.md";
20 license = with licenses; [ mit /* or */ asl20 ];
21 maintainers = with maintainers; [ figsoda ];