Unverified Commit 631c1504 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260437 from r-ryantm/auto-update/go-md2man

go-md2man: 2.0.2 -> 2.0.3
parents 54aa3c42 b14e89fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "go-md2man";
  version = "2.0.2";
  version = "2.0.3";

  vendorHash = null;

@@ -10,7 +10,7 @@ buildGoModule rec {
    rev = "v${version}";
    owner = "cpuguy83";
    repo = "go-md2man";
    sha256 = "sha256-C+MaDtvfPYABSC2qoMfZVHe2xX/WtDjp6v/ayFCIGac=";
    sha256 = "sha256-bgAuN+pF9JekCQ/Eg4ph3WDv3RP8MB/10GDp1JMp9Kg=";
  };

  meta = with lib; {