freefilesync: add update script
This commit is contained in:
parent
358da2fc96
commit
6cf062877f
@ -9,6 +9,7 @@
|
||||
, libssh2
|
||||
, openssl
|
||||
, wxGTK32
|
||||
, gitUpdater
|
||||
}:
|
||||
|
||||
gcc12Stdenv.mkDerivation rec {
|
||||
@ -88,6 +89,10 @@ gcc12Stdenv.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open Source File Synchronization & Backup Software";
|
||||
homepage = "https://freefilesync.org";
|
||||
|
Loading…
Reference in New Issue
Block a user