10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-vcyzMw2tWil4MULEkf25S6kXzqMG6JXIx6GibxxspkY=";
21 cargoHash = "sha256-WI+dz7FKa3kot3gWr/JK/v6Ua/u2ioZ04Jwk8t9r1ls=";
24 ./0001-update-version-in-lock-file.patch
33 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
34 darwin.apple_sdk.frameworks.CoreFoundation
35 darwin.apple_sdk.frameworks.Security
39 description = "Urban Dictionary CLI - written in Rust";
40 homepage = "https://github.com/lsmb/udict";
41 license = licenses.mit;
43 mainProgram = "udict";