postfix-tlspol: 1.8.18 -> 1.8.19

(cherry picked from commit 8f733cf122)
This commit is contained in:
R. Ryantm
2025-10-16 19:08:01 +00:00
committed by github-actions[bot]
parent 65f275a59b
commit 2cc94ad650

View File

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