mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 03:40:22 +00:00
vorta: add passthru.updateScript
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
qt6Packages,
|
||||
borgbackup,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
makeFontsConf,
|
||||
}:
|
||||
|
||||
@@ -94,6 +95,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
"tests/network_manager/test_darwin.py"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/borgbase/vorta/releases/tag/v${finalAttrs.version}";
|
||||
description = "Desktop Backup Client for Borg";
|
||||
|
||||
Reference in New Issue
Block a user