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
co-authored by Ludovico
parent 5137587585
commit 95f63c3207
+1 -1
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;
};