Merge pull request #59103 from markuskowa/pr-mandoc-fix

mandoc: 1.14.4 -> 1.14.5
This commit is contained in:
markuskowa 2019-04-07 14:21:48 +02:00 committed by GitHub
commit 58668adaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];