10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-2fZA2vYJ6c5oaNImvS0KKZo1+Eu7LFO6jCRnChReMcE=";
17 vendorHash = "sha256-BX1Ll0EEo59p+Pe5oM6+6zT6fvnv1RsfX8YEh9RKkWU=";
25 # We do not supply the build time as the build wouldn't be reproducible otherwise.
29 "-X=main.appVersion=v${version}"
33 homepage = "https://github.com/decke/smtprelay";
34 description = "Simple Golang SMTP relay/proxy server";
35 mainProgram = "smtprelay";
36 changelog = "https://github.com/decke/smtprelay/releases/tag/v${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ juliusrickert ];