sticky: fix updateScript

This commit is contained in:
linsui 2022-09-10 19:47:11 +08:00 committed by Bobby Rong
parent d7a0533878
commit 80c40aaa91

View file

@ -7,6 +7,7 @@
, gspell
, gtk3
, gobject-introspection
, gitUpdater
}:
python3.pkgs.buildPythonApplication rec {
@ -73,6 +74,13 @@ python3.pkgs.buildPythonApplication rec {
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru = {
updateScript = gitUpdater {
inherit pname version;
ignoredVersions = ''master.*'';
};
};
meta = with lib; {
description = "A sticky notes app for the linux desktop";
homepage = "https://github.com/linuxmint/sticky";