1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "YodaEmbedding";
11 sha256 = "sha256-CAiIqT5KuzrqbV9FVK3nZUe8MDs2KDdsKplJMI7rN9w=";
14 cargoSha256 = "sha256-eLN917L6l0vUWlAn3ROKrRdtyqaaMKjBQD2tEGWECUU=";
17 description = "Maintain a database sorted by frecency (frequency + recency)";
18 mainProgram = "frece";
19 homepage = "https://github.com/YodaEmbedding/frece";
20 license = licenses.mit;
21 platforms = platforms.linux;
22 maintainers = with maintainers; [ ];