hayabusa: 0.1.0 -> 0.3.9

This commit is contained in:
Notarin Steele 2025-08-16 19:29:45 -04:00
parent c4142d912d
commit 60eb311cb8
No known key found for this signature in database
GPG Key ID: C38FD346AE3636FB

View File

@ -14,11 +14,11 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "notarin"; owner = "notarin";
repo = "hayabusa"; repo = "hayabusa";
rev = "306167c632173f6633e51c5610fe32af7718ec25"; rev = "1d6b8cfd301d60ff9f6946970b51818c036083b0";
hash = "sha256-e2zoVIhxcE9cUypi8Uzz3YZe2JvIaEVuWOGpqHVtxn8="; hash = "sha256-w9vXC7L7IP4QLPFS1IgPOKSm7fT7W0R+NsHTdAfIupg=";
}; };
cargoHash = "sha256-wWJIZRiDK32uGroIG36QvRSvPw18nFGfp7OI7VNhCWE="; cargoHash = "sha256-F1dUv1SR6cf1o6a2JG2i2fCgjZpGsG20mskIrf3oiHY=";
enableParallelBuilding = true; enableParallelBuilding = true;
@ -32,12 +32,12 @@ rustPlatform.buildRustPackage {
]; ];
postPatch = '' postPatch = ''
substituteInPlace src/daemon/hayabusa.service \ substituteInPlace distribution/hayabusa.service \
--replace "/usr/local" "$out" --replace "/usr/local" "$out"
''; '';
postInstall = '' postInstall = ''
install -Dm444 src/daemon/hayabusa.service -t $out/lib/systemd/system/ install -Dm444 distribution/hayabusa.service -t $out/lib/systemd/system/
''; '';
meta = { meta = {