Merge pull request #85054 from zowoq/go-md2man

go-md2man: 1.0.6 -> 2.0.0
This commit is contained in:
Mario Rodas 2020-04-12 03:45:45 -05:00 committed by GitHub
commit 349de09c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,8 @@
{ lib, buildGoPackage, fetchFromGitHub }:
with lib;
buildGoPackage rec {
pname = "go-md2man";
version = "1.0.6";
version = "2.0.0";
goPackagePath = "github.com/cpuguy83/go-md2man";
@ -12,10 +10,10 @@ buildGoPackage rec {
rev = "v${version}";
owner = "cpuguy83";
repo = "go-md2man";
sha256 = "1rm3zjrmfpzy0l3qp02xmd5pqzl77pdql9pbxhl0k1qw2vfzrjv6";
sha256 = "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv";
};
meta = {
meta = with lib; {
description = "Go tool to convert markdown to man pages";
license = licenses.mit;
homepage = "https://github.com/cpuguy83/go-md2man";