goto: remove updateScript

Currently, it does not work as expected since the goto 2.1.0 release is
not tagged.

-5
-5
pkgs/by-name/go/goto/package.nix
··· 2 2 fetchFromGitHub, 3 3 gawk, 4 4 lib, 5 - nix-update-script, 6 5 runCommand, 7 6 stdenvNoCC, 8 7 writableTmpDirAsHomeHook, ··· 47 46 48 47 touch $out 49 48 ''; 50 - 51 - passthru.updateScript = nix-update-script { 52 - extraArgs = [ "--version=branch" ]; 53 - }; 54 49 55 50 meta = { 56 51 description = "Alias and navigate to directories with tab completion";