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

https://github.com/Zuplu/postfix-tlspol/blob/v1.8.18/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-09-06 09:01:21 +10:00
committed by GitHub
parent 0493c813e7
commit 1f642e9888

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;