{ pkgs ? import {} }: with pkgs; rustPlatform.buildRustPackage { name = "ticker"; src = ./.; buildInputs = [ pkg-config openssl postgresql.lib cargo rustc ]; cargoSha256 = "0igr8k46yl5a89zjymp6914faawcvqza08h6l9pcplpikhbvls42"; }