Merge pull request #190264 from r-ryantm/auto-update/cinnamon.warpinator
cinnamon.warpinator: fix updateScript
This commit is contained in:
commit
99e18a525c
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
, gettext
|
||||
, polkit
|
||||
, glib
|
||||
, gitUpdater
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
|
@ -72,6 +73,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||
chmod -x+X $out/libexec/warpinator/*.py
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
inherit pname version;
|
||||
attrPath = "cinnamon.warpinator";
|
||||
ignoredVersions = "^master.*";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/linuxmint/warpinator";
|
||||
description = "Share files across the LAN";
|
||||
|
|
Loading…
Reference in a new issue