colordiff: 1.0.19 -> 1.0.20

This commit is contained in:
R. Ryantm
2022-02-16 03:54:50 +00:00
parent c374a5dd49
commit b1fa7d7ba0
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "colordiff";
version = "1.0.19";
version = "1.0.20";
src = fetchFromGitHub {
owner = "daveewart";
repo = "colordiff";
rev = "v${version}";
sha256 = "1v7s1yn0qvn08iwm5js8mxn442392qyr7s9ij506byfd497ag7qk";
sha256 = "sha256-+TtVnUX88LMd8zmhLsKTyR9JlgR7IkUB18PF3LRgPB0=";
};
nativeBuildInputs = [ docbook_xml_dtd_412 docbook_xsl perl w3m xmlto ];