Unverified Commit abff08d5 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

postfix-tlspol: 1.8.26 -> 1.8.27 (#497621)

parents f74fc46e fbb0dc01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule (finalAttrs: {
  pname = "postfix-tlspol";
  version = "1.8.26";
  version = "1.8.27";

  src = fetchFromGitHub {
    owner = "Zuplu";
    repo = "postfix-tlspol";
    tag = "v${finalAttrs.version}";
    hash = "sha256-H8T/AsAsynLlGcAyx/2aH2ZRZOKrgzMav9E4kJnDXBY=";
    hash = "sha256-JK6QBJ7TxGAmIffrGIc/gE/w7HWdGMWUTt/TpU572tA=";
  };

  vendorHash = null;