smtprelay: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2024-05-31 03:33:52 +00:00
parent 3852c7ab26
commit 8bd0df64ad

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "smtprelay";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "decke";
repo = "smtprelay";
rev = "refs/tags/v${version}";
hash = "sha256-8N+JJp0/d59s8rU7t0YtrTepVXpxXc8PET1f+AgEpG0=";
hash = "sha256-2fZA2vYJ6c5oaNImvS0KKZo1+Eu7LFO6jCRnChReMcE=";
};
vendorHash = "sha256-BX1Ll0EEo59p+Pe5oM6+6zT6fvnv1RsfX8YEh9RKkWU=";