Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-31 12:06:29 +00:00
committed by GitHub
20 changed files with 107 additions and 38 deletions
@@ -1,10 +1,10 @@
{ lib, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGoPackage rec {
buildGoModule rec {
pname = "go-md2man";
version = "2.0.0";
goPackagePath = "github.com/cpuguy83/go-md2man";
vendorSha256 = null;
src = fetchFromGitHub {
rev = "v${version}";