postfix-tlspol: 1.8.12 -> 1.8.13

This commit is contained in:
R. Ryantm
2025-08-09 01:57:58 +00:00
parent 56078c1dcc
commit 9e8df3a7a2
+2 -2
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;