nexttrace 1.1.3 -> 1.1.5 https://github.com/sjlleo/nexttrace/releases attrpath: nexttrace Checking auto update branch... No auto update branch exists Old version 1.1.3" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "nexttrace"; version = "1.1.5"; src = fetchFromGitHub { owner = "sjlleo"; repo = pname; rev = "v${version}"; sha256 = "sha256-9JLJ6v8eDVgqB4mdbHtBCZ1Wm5gjk7ywjGGgYOFZFAQ="; }; vendorHash = "sha256-1geVqj4W9HoMCM1OkGqpYqHj2jGoGEU9Zv6fkaHBzpk="; doCheck = false; # Tests require a network connection. ldflags = [ "-s" "-w" "-X github.com/xgadget-lab/nexttrace/printer.version=v${version}" ]; meta = with lib; { description = "An open source visual route tracking CLI tool"; homepage = "https://mtr.moe"; license = licenses.gpl3Only; maintainers = with maintainers; [ sharzy ]; }; }