Unverified Commit 6c4023fb authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

Merge pull request #223436 from nicknovitski/nbus

newsboat: add passthru.updateScript
parents 896cb0b3 8fb87b6f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, stdenv, rustPlatform, fetchFromGitHub, stfl, sqlite, curl, gettext, pkg-config, libxml2, json_c, ncurses
, asciidoctor, libiconv, Security, Foundation, makeWrapper }:
, asciidoctor, libiconv, Security, Foundation, makeWrapper, nix-update-script }:

rustPlatform.buildRustPackage rec {
  pname = "newsboat";
@@ -55,6 +55,10 @@ rustPlatform.buildRustPackage rec {
    done
  '';

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

  meta = with lib; {
    homepage    = "https://newsboat.org/";
    changelog   = "https://github.com/newsboat/newsboat/blob/${src.rev}/CHANGELOG.md";