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:
parent
689f0a7497
commit
adcd13060f
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue