newsflash: add updateScript
This commit is contained in:
parent
676c80dcc2
commit
f8761c63e4
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
, glib-networking
|
, glib-networking
|
||||||
, librsvg
|
, librsvg
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
|
, gitUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
|
@ -87,6 +88,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater {
|
||||||
|
rev-prefix = "v.";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A modern feed reader designed for the GNOME desktop";
|
description = "A modern feed reader designed for the GNOME desktop";
|
||||||
homepage = "https://gitlab.com/news-flash/news_flash_gtk";
|
homepage = "https://gitlab.com/news-flash/news_flash_gtk";
|
||||||
|
|
Loading…
Reference in a new issue