go-md2man: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm 2024-03-18 17:14:32 +00:00
parent d0d9d40f13
commit f3efae55f5
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; {