1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-FMAXjRL+kJ/hwGmaWBy8ecON+JCMgRytfpryeLWsSVc=";
14 vendorHash = "sha256-DdA7s+N5S1ivwUgZ+M2W/HCp/7neeoqRQL0umn3m6Do=";
19 "-s" "-w" "-X main.Version=v${version}"
23 homepage = "https://github.com/FiloSottile/mkcert";
24 description = "A simple tool for making locally-trusted development certificates";
25 mainProgram = "mkcert";
26 license = licenses.bsd3;
27 maintainers = [ maintainers.marsam ];