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