Merge pull request #190264 from r-ryantm/auto-update/cinnamon.warpinator
cinnamon.warpinator: fix updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user