Unverified Commit 1535949d authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

go-grip: 0.5.6 -> 0.9.0 (#510032)

parents 4885f950 9972704c
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -2,22 +2,19 @@
  buildGoModule,
  fetchFromGitHub,
  lib,
  gitUpdater,
}:
buildGoModule (finalAttrs: {
  pname = "go-grip";
  version = "0.5.6";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "chrishrb";
    repo = "go-grip";
    tag = "v${finalAttrs.version}";
    hash = "sha256-c3tl5nALPqIAMSqjbbQDi6mN6M1mKJvzxxDHcj/QyuY=";
    hash = "sha256-HwD/pdWEEU+Hoo4HUJeK8y40jp1byNhw/TSpa5SNRak=";
  };

  vendorHash = "sha256-aU6vo/uqJzctD7Q8HPFzHXVVJwMmlzQXhAA6LSkRAow=";

  passthru.updateScript = gitUpdater { rev-prefix = "v"; };
  vendorHash = "sha256-QsLiCsFY6nI85jsEZtAgmObEKpBSZWhzZk+TlukM8JU=";

  meta = {
    description = "Preview Markdown files locally before committing them";