postfix-tlspol: 1.8.10 -> 1.8.11 (#414150)

This commit is contained in:
Nick Cao 2025-06-05 18:26:39 -04:00 committed by GitHub
commit 065ff3346e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;