2022-12-16T07:31:30 goresym 1.8 -> 2.0 https://github.com/mandiant/goresym/releases 2022-12-16T07:31:33 attrpath: goresym 2022-12-16T07:31:33 Checking auto update branch... 2022-12-16T07:31:33 No auto update branch exists 2022-12-16T07:31:33 Old version 1.8" not present in master derivation file with contents: { stdenv, lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "goresym"; version = "2.0"; src = fetchFromGitHub { owner = "mandiant"; repo = pname; rev = "v${version}"; sha256 = "sha256-ju0xk0oA8eBJ2kUTrv5KgzOTXf5gRJUSSs16B/6NEyU="; }; subPackages = [ "." ]; vendorSha256 = "sha256-ElV5edbe1LQWbA1NKv52/rLZJeOLBahE4YBKg9OA7YY="; doCheck = true; meta = with lib; { description = "Go symbol recovery tool"; homepage = "https://github.com/mandiant/GoReSym"; license = licenses.mit; maintainers = with maintainers; [ thehedgeh0g ]; }; }