postfix-tlspol: 1.8.10 -> 1.8.11

This commit is contained in:
R. Ryantm
2025-06-05 05:45:17 +00:00
parent 168a510071
commit 97799403ff
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "postfix-tlspol";
version = "1.8.10";
version = "1.8.11";
src = fetchFromGitHub {
owner = "Zuplu";
repo = "postfix-tlspol";
tag = "v${version}";
hash = "sha256-UAAjvu/nWF9Q60n+Fojw/a6CsgY6iI5qjKv2nsBuzvo=";
hash = "sha256-hQSJ0bp3ghfi5chislf2zuCrvPhhoA0jjChRdGYHcFY=";
};
vendorHash = null;