function-runner 3.4.0 -> 3.5.0 https://github.com/Shopify/function-runner/releases attrpath: function-runner Checking auto update branch... No auto update branch exists Old version 3.4.0" not present in master derivation file with contents: { lib, fetchFromGitHub, rustPlatform }: rustPlatform.buildRustPackage rec { pname = "function-runner"; version = "3.5.0"; src = fetchFromGitHub { owner = "Shopify"; repo = pname; rev = "v${version}"; sha256 = "sha256-dMN1OY9r2lK/z692gq3mLhmDm2LaNdoCT2/zxmFS0uA="; }; cargoHash = "sha256-y5anlqt7deQDjfrfKpXHKle5g24Cruy7bs68pm0bCD4="; meta = with lib; { description = "A CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure"; homepage = "https://github.com/Shopify/function-runner"; license = licenses.asl20; maintainers = with maintainers; [ nintron ]; }; }