15 rustPlatform.buildRustPackage {
16 pname = "inv-sig-helper";
17 version = "0-unstable-2024-09-24";
19 src = fetchFromGitHub {
21 repo = "inv_sig_helper";
22 rev = "5025e49e6106f93ec06d0e3fd542a51e1c44c25a";
23 hash = "sha256-fMRjkZRMvcro3pOO20l5zRDOwn/E5KTVBOiDmcGROz4=";
26 cargoHash = "sha256-AisolMo++xMDesdfafeGx37r7sGbk0P0vMsHq0YTUL4=";
34 ++ lib.optionals stdenv.hostPlatform.isDarwin [
35 darwin.apple_sdk.frameworks.Security
36 darwin.apple_sdk.frameworks.SystemConfiguration
40 description = "Rust service that decrypts YouTube signatures and manages player information";
41 homepage = "https://github.com/iv-org/inv_sig_helper";
42 license = lib.licenses.agpl3Only;
43 maintainers = with lib.maintainers; [ GaetanLepage ];
44 mainProgram = "inv_sig_helper_rust";