duplicati: 2.0.6.3 -> 2.0.7.1

This commit is contained in:
francescoDeSimone 2023-08-14 17:12:35 +02:00
parent 8eae78f07f
commit 5137587585

View File

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