Duplicati icon

Duplicati 2.3.0.4,2026-07-09

Store securely encrypted backups in the cloud

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    duplicati # Duplicati
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    duplicati # Duplicati
  ];
}

Package Definition

{
  "pname": "duplicati",
  "version": "2.3.0.4,2026-07-09",
  "src": {
    "url": "https://updates.duplicati.com/stable/duplicati-2.3.0.4_stable_2026-07-09-osx-arm64-gui.dmg",
    "sha256": "2f6574f1de3fe8050da831e7a63529bd75c62912ab0d8c51991275be6dca08e8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Duplicati.app\" && cp -r \"Duplicati.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Store securely encrypted backups in the cloud",
    "homepage": "https://duplicati.com/"
  }
}