gtree 1.10.3 -> 1.10.4 https://repology.org/project/gtree/versions attrpath: gtree Checking auto update branch... No auto update branch exists Old version 1.10.3" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , testers , gtree }: buildGoModule rec { pname = "gtree"; version = "1.10.4"; src = fetchFromGitHub { owner = "ddddddO"; repo = "gtree"; rev = "v${version}"; hash = "sha256-2x84nPSXNPM6MtHa90rg9V5aQIplBDW4WTzRyYUqT8A="; }; vendorHash = "sha256-rvVrVv73gW26UUy1MyxKDjUgX1mrMMii+l8qU2hLOek="; subPackages = [ "cmd/gtree" ]; ldflags = [ "-s" "-w" "-X=main.Version=${version}" "-X=main.Revision=${src.rev}" ]; passthru.tests = { version = testers.testVersion { package = gtree; }; }; meta = with lib; { description = "Generate directory trees and directories using Markdown or programmatically"; homepage = "https://github.com/ddddddO/gtree"; changelog = "https://github.com/ddddddO/gtree/releases/tag/${src.rev}"; license = licenses.bsd2; maintainers = with maintainers; [ figsoda ]; }; }