newsflash: add updateScript

This commit is contained in:
Kira Bruneau
2023-01-21 00:34:14 -05:00
parent 676c80dcc2
commit f8761c63e4
@@ -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";