1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-7LflTRBB4JG84QM46wvSJrP4o3CHV4gnR24RJgDSlDg=";
14 vendorHash = "sha256-4M/V4vP9XwHBkZ6UwsAxZ81YAzP4inuNC5yI+5ygQsA=";
19 homepage = "https://duplicacy.com";
20 description = "New generation cloud backup tool";
21 platforms = platforms.linux ++ platforms.darwin;
22 license = lib.licenses.unfree;
23 maintainers = with maintainers; [ ffinkdevs devusb ];