colordiff: 1.0.20 -> 1.0.21

This commit is contained in:
R. Ryantm 2023-01-09 18:48:41 +00:00
parent aa3dc8b8c3
commit f2d6eec45e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "colordiff";
version = "1.0.20";
version = "1.0.21";
src = fetchFromGitHub {
owner = "daveewart";
repo = "colordiff";
rev = "v${version}";
sha256 = "sha256-+TtVnUX88LMd8zmhLsKTyR9JlgR7IkUB18PF3LRgPB0=";
sha256 = "sha256-TNOw6dqsT0dOIddRoGwEF85CaQF8ICMFUi+GiG5WWpk=";
};
nativeBuildInputs = [ docbook_xml_dtd_412 docbook_xsl perl w3m-batch xmlto ];