9 rustPlatform.buildRustPackage {
11 version = "unstable-2023-11-29";
13 src = fetchFromGitHub {
16 rev = "306167c632173f6633e51c5610fe32af7718ec25";
17 hash = "sha256-e2zoVIhxcE9cUypi8Uzz3YZe2JvIaEVuWOGpqHVtxn8=";
20 cargoHash = "sha256-aoticMTrKZkRtjVXgdiBfyXJN3YcwBpM3yt07BBd3do=";
22 enableParallelBuilding = true;
34 substituteInPlace src/daemon/hayabusa.service \
35 --replace "/usr/local" "$out"
39 install -Dm444 src/daemon/hayabusa.service -t $out/lib/systemd/system/
43 description = "Swift rust fetch program";
44 homepage = "https://github.com/notarin/hayabusa";
45 license = lib.licenses.cc-by-nc-nd-40;
46 maintainers = with lib.maintainers; [ ];
47 mainProgram = "hayabusa";
48 platforms = lib.platforms.linux;