newsflash: add updateScript

This commit is contained in:
Kira Bruneau 2022-10-04 19:40:22 -04:00
parent 676c80dcc2
commit f8761c63e4

View File

@ -17,6 +17,7 @@
, glib-networking
, librsvg
, gst_all_1
, gitUpdater
}:
stdenv.mkDerivation (finalAttrs: {
@ -87,6 +88,11 @@ stdenv.mkDerivation (finalAttrs: {
gst-plugins-bad
]);
passthru.updateScript = gitUpdater {
rev-prefix = "v.";
};
meta = with lib; {
description = "A modern feed reader designed for the GNOME desktop";
homepage = "https://gitlab.com/news-flash/news_flash_gtk";