gotree: 1.4.1 -> 1.4.3

This commit is contained in:
R. Ryantm
2025-06-10 19:45:24 +00:00
parent aa81925f05
commit b9d2f900df
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gotree";
version = "1.4.1";
version = "1.4.3";
src = fetchFromGitHub {
owner = "elbachir-one";
repo = "gt";
rev = "v${version}";
hash = "sha256-sWKqfDWwMfj4shg/MxHu7Zr4WE5pxAzHHmsjU3jQY10=";
hash = "sha256-0wYuIaGkJHSD8La1yfBYNPDB8ETtID8e5lgahqQgjLM=";
};
vendorHash = null;