gtree: 1.10.8 -> 1.10.9

This commit is contained in:
R. Ryantm
2024-03-02 20:26:02 +00:00
parent 9c8cdfde17
commit 7d1c12e55d
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gtree";
version = "1.10.8";
version = "1.10.9";
src = fetchFromGitHub {
owner = "ddddddO";
repo = "gtree";
rev = "v${version}";
hash = "sha256-gxX5Cq5SPDNWtwtuo35RW+N/WE0ZximxDlTi9TnTACM=";
hash = "sha256-3OXrKt3rM166JXqFuB+S0BJJkmkHPzJaWDDFeClmdM8=";
};
vendorHash = "sha256-5biKUOzYaVY+52f0ewvHslAnb+BM0BuqGrU8wwA3t+E=";