goresym: add updateScript

This commit is contained in:
dish
2025-11-24 18:36:09 -05:00
parent 67d97d883a
commit 8dd1f1292e
+3
View File
@@ -3,6 +3,7 @@
fetchFromGitHub,
buildGoModule,
unzip,
nix-update-script,
}:
buildGoModule rec {
@@ -30,6 +31,8 @@ buildGoModule rec {
doCheck = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Go symbol recovery tool";
mainProgram = "GoReSym";