postfix-tlspol: 1.8.12 -> 1.8.13 (#432155)

This commit is contained in:
Martin Weinelt 2025-08-09 04:50:41 +02:00 committed by GitHub
commit 658178b0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "postfix-tlspol";
version = "1.8.12";
version = "1.8.13";
src = fetchFromGitHub {
owner = "Zuplu";
repo = "postfix-tlspol";
tag = "v${version}";
hash = "sha256-OBGBjbLnyDKz/UK5th1k/gfxHjBGxyWQKgiXuuJNf8Q=";
hash = "sha256-ff+tQb3GfWYt+u7idQf/mTN8uSkkbWLfxlq+1m1gfyc=";
};
vendorHash = null;