Merge pull request #300102 from herbetom/update-synology-drive-client
synology-drive-client: 3.3.0 -> 3.4.0
This commit is contained in:
commit
b4ba6124ee
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ stdenv, lib, writeScript, qt5, fetchurl, autoPatchelfHook, dpkg, glibc, cpio, xar, undmg, gtk3, pango, libxcb }:
|
{ stdenv, lib, writeScript, qt5, fetchurl, autoPatchelfHook, dpkg, glibc, cpio, xar, undmg, gtk3, pango, libxcb }:
|
||||||
let
|
let
|
||||||
pname = "synology-drive-client";
|
pname = "synology-drive-client";
|
||||||
baseUrl = "https://global.download.synology.com/download/Utility/SynologyDriveClient";
|
baseUrl = "https://global.synologydownload.com/download/Utility/SynologyDriveClient";
|
||||||
version = "3.3.0-15082";
|
version = "3.4.0-15724";
|
||||||
buildNumber = with lib; last (splitString "-" version);
|
buildNumber = with lib; last (splitString "-" version);
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Desktop application to synchronize files and folders between the computer and the Synology Drive server.";
|
description = "Desktop application to synchronize files and folders between the computer and the Synology Drive server.";
|
||||||
|
@ -29,8 +29,8 @@ let
|
||||||
inherit pname version meta passthru;
|
inherit pname version meta passthru;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${baseUrl}/${version}/Ubuntu/Installer/x86_64/synology-drive-client-${buildNumber}.x86_64.deb";
|
url = "${baseUrl}/${version}/Ubuntu/Installer/synology-drive-client-${buildNumber}.x86_64.deb";
|
||||||
sha256 = "sha256-ha3KRpEIT7w6pUVUwZV011W1F/v/hNq9f3ArfzU0ZGc=";
|
sha256 = "sha256-Zf6JMghXy8ODbR4MhVSPmD4QDu003MTc7YNfbiRVRoY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook dpkg ];
|
nativeBuildInputs = [ autoPatchelfHook dpkg ];
|
||||||
|
@ -60,7 +60,7 @@ let
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${baseUrl}/${version}/Mac/Installer/synology-drive-client-${buildNumber}.dmg";
|
url = "${baseUrl}/${version}/Mac/Installer/synology-drive-client-${buildNumber}.dmg";
|
||||||
sha256 = "sha256-dxmpB31ZjO1uAnAbY13OjVR81CCDLf9vJC20iZaPZJ4=";
|
sha256 = "sha256-65mZeRYHGl+n9TeTx7bxRrGPjcZiV9UlyfcCZ3GwOhE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cpio xar undmg ];
|
nativeBuildInputs = [ cpio xar undmg ];
|
||||||
|
|
Loading…
Reference in a new issue