1 { lib, buildGoPackage, fetchFromGitHub }:
7 goPackagePath = "github.com/ebsarr/packet";
9 src = fetchFromGitHub {
13 sha256 = "sha256-jm9u+LQE48aqO6CLdLZAw38woH1phYnEYpEsRbNwyKI=";
19 description = "a CLI tool to manage packet.net services";
20 homepage = "https://github.com/ebsarr/packet";
21 license = licenses.mit;
22 maintainers = with maintainers; [ grahamc ];
23 platforms = platforms.unix;