Unverified Commit c7c1253d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

postfix-tlspol: 1.8.8 -> 1.8.9 (#405333)

parents c50e1952 36834c2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "postfix-tlspol";
  version = "1.8.8";
  version = "1.8.9";

  src = fetchFromGitHub {
    owner = "Zuplu";
    repo = "postfix-tlspol";
    tag = "v${version}";
    hash = "sha256-XEQ2SOITUPmqI/+R7/O9ST5m5lHJT5fcBoBQk7GoOZM=";
    hash = "sha256-SsZyK+DN93o6HgTSAza2ppwHuqoW2strmE/uotuBIAM=";
  };

  vendorHash = null;