mandoc: 1.13.4 -> 1.14.4
This commit is contained in:
parent
b7e0c40d29
commit
a28dc898a5
|
@ -425,6 +425,11 @@
|
||||||
github = "Baughn";
|
github = "Baughn";
|
||||||
name = "Svein Ove Aas";
|
name = "Svein Ove Aas";
|
||||||
};
|
};
|
||||||
|
bb010g = {
|
||||||
|
email = "me@bb010g.com";
|
||||||
|
github = "bb010g";
|
||||||
|
name = "Brayden Banks";
|
||||||
|
};
|
||||||
bbarker = {
|
bbarker = {
|
||||||
email = "brandon.barker@gmail.com";
|
email = "brandon.barker@gmail.com";
|
||||||
github = "bbarker";
|
github = "bbarker";
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mandoc-${version}";
|
name = "mandoc-${version}";
|
||||||
version = "1.13.4";
|
version = "1.14.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://mdocml.bsd.lv/snapshots/mdocml-${version}.tar.gz";
|
url = "https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz";
|
||||||
sha256 = "1vz0g5nvjbz1ckrg9cn6ivlnb13bcl1r6nc4yzb7300qvfnw2m8a";
|
sha256 = "24eb72103768987dcc63b53d27fdc085796330782f44b3b40c4660b1e1ee9b9c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
@ -26,10 +26,11 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://mdocml.bsd.lv/;
|
homepage = https://mandoc.bsd.lv/;
|
||||||
description = "suite of tools compiling mdoc and man";
|
description = "suite of tools compiling mdoc and man";
|
||||||
|
downloadPage = "http://mandoc.bsd.lv/snapshots/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ ramkromberg ];
|
maintainers = with maintainers; [ bb010g ramkromberg ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue