Merge pull request #223436 from nicknovitski/nbus

newsboat: add passthru.updateScript
This commit is contained in:
Sergei Trofimovich 2023-04-13 22:35:20 +01:00 committed by GitHub
commit 6c4023fb1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";