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

go-md2man: 2.0.3 -> 2.0.4
This commit is contained in:
Weijia Wang 2024-03-25 01:00:45 +01:00 committed by GitHub
commit 3a6b97ce32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "go-md2man";
version = "2.0.3";
version = "2.0.4";
vendorHash = null;
vendorHash = "sha256-aMLL/tmRLyGze3RSB9dKnoTv5ZK1eRtgV8fkajWEbU0=";
src = fetchFromGitHub {
rev = "v${version}";
owner = "cpuguy83";
repo = "go-md2man";
sha256 = "sha256-bgAuN+pF9JekCQ/Eg4ph3WDv3RP8MB/10GDp1JMp9Kg=";
sha256 = "sha256-pQ+H8Psh92KWTang8hK0cHFLomH+4X0rMMilIJUQ4Qc=";
};
meta = with lib; {