newsboat: add passthru.updateScript

This commit is contained in:
Nick Novitski 2023-03-27 12:48:54 -07:00
parent f53d20ef81
commit 8fb87b6f1c

View file

@ -1,5 +1,5 @@
{ 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";