1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
4 pname = "function-runner";
7 src = fetchFromGitHub {
11 sha256 = "sha256-DJX9P3Dauzc8qrpvqIGgr85gwIPeYwVDyFlIVh1RIq0=";
14 cargoHash = "sha256-rlQGAHISrLuXTsoM9RWRD3roQi/sgU6BPBlOj0ecgn4=";
17 description = "CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure";
18 mainProgram = "function-runner";
19 homepage = "https://github.com/Shopify/function-runner";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ nintron ];