forked from mirrors/nixpkgs
newsflash: add updateScript
This commit is contained in:
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";
|
||||
|
|
Loading…
Reference in a new issue