10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-c9iSbxkHwLOeATkO7kzTyLD0VAwZUzCvw5c4FyuR5/E=";
21 cargoHash = "sha256-4EeeD1ySR4M1i2aaKJP/BNSn+t1l8ingiv2ZImFFn1A=";
23 nativeBuildInputs = [ pkg-config ];
27 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
28 darwin.apple_sdk.frameworks.Security
32 description = "CLI command organizer written in rust";
33 homepage = "https://github.com/hyde46/hoard";
34 changelog = "https://github.com/Hyde46/hoard/blob/${src.rev}/CHANGES.md";
35 license = licenses.mit;
36 maintainers = with maintainers; [ builditluc figsoda ];
37 mainProgram = "hoard";