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

Merge pull request #308174 from r-ryantm/auto-update/dmarc-report-converter

dmarc-report-converter: 0.7.1 -> 0.7.2
parents 3e8b4684 eadb991a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "dmarc-report-converter";
  version = "0.7.1";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "tierpod";
    repo = "dmarc-report-converter";
    rev = "v${version}";
    hash = "sha256-cP96tiBpMFNEHuIF0sovi+Q4yW8wMUqr138RyMOFoho=";
    hash = "sha256-93sNEBV7MxZr6tqPaFKgY0KA1J3W0HoCiIDZg268Smc=";
  };

  vendorHash = null;