# Pastebin HvSFYGWI { stdenv, buildGoModule, fetchFromGitHub }: buildGoModule rec { name = "commento"; version = "1.8.0"; src = fetchFromGitHub { owner = "adtac"; repo = "commento"; rev = "v${version}"; sha256 = "0h8kic1h8pzlwhic7l0vb7mjjgn1fw7l37a2qxdmq7q4hj2j7cna"; }; modSha256 = "0v2bkqynxqjq5fcj1ng2m9vqypnix2z2q7bdqgi01llkdsqd2bbk"; meta = with stdenv.lib; { description = "A fast, bloat-free comments platform"; homepage = "https://github.com/adtac/commento"; license = licenses.mit; maintainers = []; platforms = platforms.unix; }; }