gmnitohtml: 0.1.2 -> 0.1.3

This commit is contained in:
Ian M. Jones 2024-05-28 20:57:44 +01:00
parent 8b21094c13
commit b2fd245371
No known key found for this signature in database

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "gmnitohtml";
version = "0.1.2";
version = "0.1.3";
src = fetchFromSourcehut {
owner = "~adnano";
repo = pname;
rev = version;
hash = "sha256-nKNSLVBBdZI5mkbEUkMv0CIOQIyH3OX+SEFf5O47DFY=";
hash = "sha256-9lsZgh/OyxAu1rsixD6XUgQzR1xDGOxGt0sR12zrs2M=";
};
vendorHash = "sha256-Cx8x8AISRVTA4Ufd73vOVky97LX23NkizHDingr/zVk=";
vendorHash = "sha256-ppplXXqb2DM/AU+B+LefndrBiiTgCRNw6hEupfeWr+o=";
ldflags = [ "-s" "-w" ];
@ -18,11 +18,11 @@ buildGoModule rec {
nativeBuildInputs = [ scdoc installShellFiles ];
postBuild = ''
make gmnitohtml.1
make docs
'';
postInstall = ''
installManPage gmnitohtml.1
installManPage docs/gmnitohtml.1
'';
doInstallCheck = true;