postfix-tlspol: 1.8.9 -> 1.8.10

This commit is contained in:
R. Ryantm 2025-05-19 16:39:55 +00:00
parent aa60aed1f7
commit e804d7f770

View file

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "postfix-tlspol"; pname = "postfix-tlspol";
version = "1.8.9"; version = "1.8.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Zuplu"; owner = "Zuplu";
repo = "postfix-tlspol"; repo = "postfix-tlspol";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-SsZyK+DN93o6HgTSAza2ppwHuqoW2strmE/uotuBIAM="; hash = "sha256-UAAjvu/nWF9Q60n+Fojw/a6CsgY6iI5qjKv2nsBuzvo=";
}; };
vendorHash = null; vendorHash = null;