postfix-tlspol: 1.10.0 -> 1.11.0

https://github.com/Zuplu/postfix-tlspol/releases/tag/v1.11.0
This commit is contained in:
Martin Weinelt 2026-07-05 21:38:12 +02:00
commit 00b60a8c61
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "postfix-tlspol";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "Zuplu";
repo = "postfix-tlspol";
tag = "v${finalAttrs.version}";
hash = "sha256-JwggXJM8FDMG4oGRcVjVw1J/toTzc/kxrjdENFT9oGs=";
hash = "sha256-mdnCa0xrexkKWHdtCeSXxwMnx9xNKAdkZlHIhqxD/P4=";
};
vendorHash = null;