duplicati: 2.0.6.1 -> 2.0.6.3

launchpad/nixpkgs/master
adisbladis 3 years ago
parent c808ab8b3d
commit aa2dfca483
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
  1. 6
      pkgs/tools/backup/duplicati/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "duplicati";
version = "2.0.6.1";
version = "2.0.6.3";
channel = "beta";
build_date = "2021-05-03";
build_date = "2021-06-17";
src = fetchzip {
url = "https://github.com/duplicati/duplicati/releases/download/v${version}-${version}_${channel}_${build_date}/duplicati-${version}_${channel}_${build_date}.zip";
sha256 = "09537hswpicsx47vfdm78j3h7vvjd7nqjd2461jrln57nl7v7dac";
sha256 = "sha256-usMwlmer6rLgP46wGVkaAIocUW4MjuEpVWdX7rRcghg=";
stripRoot = false;
};

Loading…
Cancel
Save