ytree: 2.05 -> 2.06

This commit is contained in:
R. Ryantm 2023-12-01 14:51:22 +00:00 committed by Anderson Torres
parent a68995e4c2
commit 709cd5ed8f

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "ytree";
version = "2.05";
version = "2.06";
src = fetchurl {
url = "https://han.de/~werner/${pname}-${version}.tar.gz";
sha256 = "sha256-jPixUeSRO1t/epHf/VxzBhBqQkd+xE5x1ix19mq2Glc=";
sha256 = "sha256-QRqI779ZnnytVUC7A7Zt0zyWexRwBnp+CVQcNvnvWeY=";
};
buildInputs = [