{ pkgs ? import {}, ... }: with pkgs; with rustPlatform; buildRustPackage rec { name = "linoquotes-gamma-${version}"; version = "3.0.0"; src = ./.; depsSha256 = "1xrkcj6mgy2gzzm09pprrpbli9pqn7vv6yj3ybl80059nhwybr8r"; buildInputs = [ openssl sqlite ]; nativeBuildInputs = [ pkgconfig ]; }