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

postfix-tlspol: 1.8.14 -> 1.8.15 (#438761)

parents c3713cbb cfc934a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "postfix-tlspol";
  version = "1.8.14";
  version = "1.8.15";

  src = fetchFromGitHub {
    owner = "Zuplu";
    repo = "postfix-tlspol";
    tag = "v${version}";
    hash = "sha256-lfezkGMmdYlstchUWGoofCfJLIHOStaDwR/A5j1EOGc=";
    hash = "sha256-DqFBXU9b6TOujG464Ww4iAA04NA5j0z9N00F7mbV92Q=";
  };

  vendorHash = null;