From 32e51f939953a4a145c262087f0b83e18aafb4e8 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 21 Jun 2023 10:26:53 -0400 Subject: [PATCH] gtree: 1.7.50 -> 1.7.51 Diff: https://github.com/ddddddO/gtree/compare/v1.7.50...v1.7.51 Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.51 --- pkgs/tools/text/gtree/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/gtree/default.nix b/pkgs/tools/text/gtree/default.nix index acb8a9d516ac..a737412ba331 100644 --- a/pkgs/tools/text/gtree/default.nix +++ b/pkgs/tools/text/gtree/default.nix @@ -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"; }; };