1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

mandoc: 1.14.4 -> 1.14.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mandoc/versions
This commit is contained in:
R. RyanTM 2019-03-25 22:04:21 -07:00 committed by Markus Kowalewski
parent 689f0a7497
commit adcd13060f
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mandoc-${version}";
version = "1.14.4";
version = "1.14.5";
src = fetchurl {
url = "https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz";
sha256 = "24eb72103768987dcc63b53d27fdc085796330782f44b3b40c4660b1e1ee9b9c";
sha256 = "1xyqllxpjj1kimlipx11pzyywf5c25i4wmv0lqm7ph3gnlnb86c2";
};
buildInputs = [ zlib ];