1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-mKH1vgk+3tZEnjJRkfa0dDR383VN1VLNd3HEzC7f8YI=";
14 cargoHash = "sha256-MgbK39xAr8g9F+1MXZiw5rE/PsgQPcLZ2ZV6LiQbA24=";
16 # error: Found argument '--test-threads' which wasn't expected, or isn't valid in this context
20 description = "Simple static file serving command-line tool written in Rust";
21 homepage = "https://github.com/weihanglo/sfz";
22 license = with licenses; [ asl20 /* or */ mit ];
23 maintainers = with maintainers; [ dit7ya ];