Update pkgs/tools/backup/duplicati/default.nix

Co-authored-by: Ludovico <ludovicopiero@pm.me>
This commit is contained in:
FrancescoDeSimone 2023-08-14 22:11:33 +00:00 committed by GitHub
parent 5137587585
commit 95f63c3207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchzip {
url = "https://github.com/duplicati/duplicati/releases/download/v${version}-${version}_${channel}_${build_date}/duplicati-${version}_${channel}_${build_date}.zip";
sha256 = "sha256-isPmRC6N+gEZgvJ0bgeFf5kOQJsicZOsGnT+CAGgg+U=";
hash = "sha256-isPmRC6N+gEZgvJ0bgeFf5kOQJsicZOsGnT+CAGgg+U=";
stripRoot = false;
};