# SPDX-FileCopyrightText: 2020 Ethel Morgan # # SPDX-License-Identifier: MIT { pkgs ? import {} }: with pkgs; buildGoModule rec { name = "dispatch-${version}"; version = "latest"; goPackagePath = "go.eth.moe/dispatch"; modSha256 = "1qw502x293j596d0ilw94mkrir8isw770bah05shd6mvh1hcgrvn"; src = ./.; meta = { homepage = "https://git.eth.moe/dispatch"; licence = stdenv.lib.licenses.mit; }; }