postfix-tlspol: 1.8.16 -> 1.8.18 (#440499)

https://github.com/Zuplu/postfix-tlspol/blob/v1.8.18/CHANGELOG.md
(cherry picked from commit 1f642e9888)
This commit is contained in:
R. RyanTM
2025-09-06 09:01:21 +10:00
committed by github-actions[bot]
parent f231d7e1f1
commit 80b7a0cf62

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "postfix-tlspol";
version = "1.8.16";
version = "1.8.18";
src = fetchFromGitHub {
owner = "Zuplu";
repo = "postfix-tlspol";
tag = "v${version}";
hash = "sha256-Yndu5QpPxAVbkatJDa1yqkEfnJr5M5lLImtMKvt9juQ=";
hash = "sha256-ijFKFvdmA1ZHOc3r89yalVSO/tMy9Rzeu1VTgdZLlxI=";
};
vendorHash = null;