Loading pkgs/applications/networking/feedreaders/newsboat/default.nix +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"; Loading Loading @@ -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"; Loading Loading
pkgs/applications/networking/feedreaders/newsboat/default.nix +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"; Loading Loading @@ -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"; Loading