Unverified Commit 9972704c authored by Boris Nagaev's avatar Boris Nagaev
Browse files

go-grip: remove broken updateScript

The previous gitUpdater path used the generic updater, which only
rewrote the source version/hash and did not handle buildGoModule's
vendorHash correctly when dependencies changed.

Other Go packages are updated successfully by the bot without setting
updateScript, which lets it use its normal Go-aware updater path
instead.
parent 45246296
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  buildGoModule,
  fetchFromGitHub,
  lib,
  gitUpdater,
}:
buildGoModule (finalAttrs: {
  pname = "go-grip";
@@ -17,8 +16,6 @@ buildGoModule (finalAttrs: {

  vendorHash = "sha256-QsLiCsFY6nI85jsEZtAgmObEKpBSZWhzZk+TlukM8JU=";

  passthru.updateScript = gitUpdater { rev-prefix = "v"; };

  meta = {
    description = "Preview Markdown files locally before committing them";
    homepage = "https://github.com/chrishrb/go-grip";