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