{ lib, buildGoModule }: buildGoModule { pname = "henna"; version = "0.1.0"; src = ./.; vendorHash = null; meta = with lib; { description = "Henna gallery server"; license = licenses.mit; maintainers = [ ]; }; }