mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #85054 from zowoq/go-md2man
go-md2man: 1.0.6 -> 2.0.0
This commit is contained in:
commit
349de09c7c
1 changed files with 3 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue