Unverified Commit 200377f5 authored by Christoph Heiss's avatar Christoph Heiss
Browse files

yarr: add `passthru.updateScript`

parent 3590df4d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildGoModule,
  fetchFromGitHub,
  versionCheckHook,
  nix-update-script,
}:

buildGoModule rec {
@@ -34,6 +35,8 @@ buildGoModule rec {
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Yet another rss reader";
    mainProgram = "yarr";