Merge pull request #190264 from r-ryantm/auto-update/cinnamon.warpinator

cinnamon.warpinator: fix updateScript
This commit is contained in:
Bobby Rong 2022-09-10 23:10:57 +08:00 committed by GitHub
commit 99e18a525c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";