tdom: 0.9.4 -> 0.9.5

This commit is contained in:
R. Ryantm
2024-10-18 06:14:11 +00:00
committed by Francesco Gazzetta
parent ac76a342a8
commit 890d1ec4ba
+2 -2
View File
@@ -9,11 +9,11 @@
tcl.mkTclDerivation rec {
pname = "tdom";
version = "0.9.4";
version = "0.9.5";
src = fetchzip {
url = "http://tdom.org/downloads/tdom-${version}-src.tgz";
hash = "sha256-7RvHzb4ae1HbJGkXCd68B23q/zhEK6ysYOnT6yeTLU8=";
hash = "sha256-WjXIVnz+1Z59fQHMHXzQaIRRwfiBHMTBq/p2alGF+Po=";
};
buildInputs = [