1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #134694 from adisbladis/duplicati-2_0_6_3

duplicati: 2.0.6.1 -> 2.0.6.3
This commit is contained in:
adisbladis 2021-08-31 10:10:12 -05:00 committed by GitHub
commit f7081230ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};