Merge pull request #239002 from figsoda/gtree

gtree: 1.7.50 -> 1.7.51
This commit is contained in:
Felix Bühler 2023-06-21 21:40:47 +02:00 committed by GitHub
commit 27c486838c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
};
};