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