1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
10 hash = "sha256-/2U1+kCRpM36r2fHB6Hditnm2dSVHh08M0RIi3AIe44=";
13 cargoHash = "sha256-pCQOFBs+lNdjcyOqZ/GjJyOthepnaWAM1feEpegdrDo=";
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 ];