6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-NKXZECtepuFg6qTuXF9Gnat/vnrygt3UOZb0YUKPqi8=";
17 cargoHash = "sha256-ExwcFJVqQF/RTUyv1FvOCnlB+9Z7uhi/5UUjW7WcXTk=";
20 description = "Simplified Find command made with Rust";
21 homepage = "https://github.com/LyonSyonII/hunt-rs";
22 license = licenses.mit;
23 maintainers = with maintainers; [ dit7ya ];