Skip to content

Commit

Permalink
duplicati: 2.0.3.3 -> 2.0.4.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a21a52)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
domenkozar committed Jun 24, 2019
1 parent a383c37 commit 01966e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/backup/duplicati/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "duplicati-${version}";
version = "2.0.3.3";
version = "2.0.4.5";
channel = "beta";
build_date = "2018-04-02";
build_date = "2018-11-28";

src = fetchzip {
url = "https://github.com/duplicati/duplicati/releases/download/v${version}-${version}_${channel}_${build_date}/duplicati-${version}_${channel}_${build_date}.zip";
sha256 = "0hwdpsgrvm3gq648mg9g0z0rk49g71dd8r5i1a8w83pwdqv0hn9c";
sha256 = "118rhzm8vk1092214vq7kxnmrnz4jl32lk8j90965a8pg05m53gn";
stripRoot = false;
};

Expand Down

0 comments on commit 01966e8

Please sign in to comment.