figsoda 2023-06-21 10:26:53 -04:00
parent f7549bd89e
commit 32e51f9399

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gtree";
version = "1.7.50";
version = "1.7.51";
src = fetchFromGitHub {
owner = "ddddddO";
repo = "gtree";
rev = "v${version}";
hash = "sha256-o71LuV94o0ZmxPILH9ZcZQ5ZLxrzZwWjz3YYRap2lnM=";
hash = "sha256-3xDXRuRpSoEtC2QGWQgZLBsYcFOsqdSmaHb9YvOoaBA=";
};
vendorHash = "sha256-YrqJljKoYpsgVW4PPNYGMUB5uDQF0YTt9s7KxjQHkTw=";
@ -32,7 +32,6 @@ buildGoModule rec {
passthru.tests = {
version = testers.testVersion {
package = gtree;
command = "gtree version";
};
};