lemoa: add an updateScript

This commit is contained in:
Colin 2023-09-24 13:02:57 +00:00
parent e8bf83274f
commit 46bb39332f

View File

@ -1,6 +1,7 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, gdk-pixbuf , gdk-pixbuf
, gitUpdater
, glib , glib
, graphene , graphene
, gtk4 , gtk4
@ -33,6 +34,10 @@ rustPlatform.buildRustPackage rec {
openssl openssl
]; ];
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = with lib; { meta = with lib; {
description = "Native Gtk client for Lemmy"; description = "Native Gtk client for Lemmy";
homepage = "https://github.com/lemmy-gtk/lemoa"; homepage = "https://github.com/lemmy-gtk/lemoa";