Loading pkgs/by-name/wi/wiki-go/package.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = "wiki-go"; version = "1.8.4"; src = fetchFromGitHub { owner = "leomoon-studios"; repo = "wiki-go"; tag = "v${version}"; hash = "sha256-bZ1lOLjlx0wxpjM/baBiWljBonv62N7sVQjeiSc975k="; }; vendorHash = null; ldflags = [ "-s" "-w" ]; meta = { description = "A modern, feature-rich, databaseless flat-file wiki platform built with Go"; homepage = "https://github.com/leomoon-studios/wiki-go"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ paepcke ]; mainProgram = "wiki-go"; }; } Loading
pkgs/by-name/wi/wiki-go/package.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = "wiki-go"; version = "1.8.4"; src = fetchFromGitHub { owner = "leomoon-studios"; repo = "wiki-go"; tag = "v${version}"; hash = "sha256-bZ1lOLjlx0wxpjM/baBiWljBonv62N7sVQjeiSc975k="; }; vendorHash = null; ldflags = [ "-s" "-w" ]; meta = { description = "A modern, feature-rich, databaseless flat-file wiki platform built with Go"; homepage = "https://github.com/leomoon-studios/wiki-go"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ paepcke ]; mainProgram = "wiki-go"; }; }