postfix-tlspol: 1.9.0 -> 1.9.1

https://github.com/Zuplu/postfix-tlspol/releases/tag/v1.9.1
This commit is contained in:
Martin Weinelt
2026-04-20 12:58:52 +02:00
parent 051e6e2c9b
commit 6edb60b622
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "postfix-tlspol";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "Zuplu";
repo = "postfix-tlspol";
tag = "v${finalAttrs.version}";
hash = "sha256-tYe5uPykTkw9XQHPdxa1nqdWgOtKKMdnis0m0SdlEPo=";
hash = "sha256-oS1U987pS365EQcf96w8RNGWGImFA/uRmv/Oh2HLyuo=";
};
vendorHash = null;