11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-vcyzMw2tWil4MULEkf25S6kXzqMG6JXIx6GibxxspkY=";
22 cargoHash = "sha256-WI+dz7FKa3kot3gWr/JK/v6Ua/u2ioZ04Jwk8t9r1ls=";
25 ./0001-update-version-in-lock-file.patch
36 ++ lib.optionals stdenv.hostPlatform.isDarwin [
37 darwin.apple_sdk.frameworks.CoreFoundation
38 darwin.apple_sdk.frameworks.Security
42 description = "Urban Dictionary CLI - written in Rust";
43 homepage = "https://github.com/lsmb/udict";
44 license = licenses.mit;
46 mainProgram = "udict";