Merge pull request #81117 from Synthetica9/megaFix
megasync: 4.2.3.0 -> 4.3.0.8
This commit is contained in:
commit
1b5ef3f4b1
@ -1,50 +1,22 @@
|
|||||||
{ stdenv
|
{ stdenv, autoconf, automake, c-ares, cryptopp, curl, doxygen, fetchFromGitHub
|
||||||
, autoconf
|
, fetchpatch, ffmpeg, libmediainfo, libraw, libsodium, libtool, libuv, libzen
|
||||||
, automake
|
, lsb-release, mkDerivation, pkgconfig, qtbase, qttools, sqlite, swig, unzip
|
||||||
, c-ares
|
, wget }:
|
||||||
, cryptopp
|
|
||||||
, curl
|
|
||||||
, doxygen
|
|
||||||
, fetchFromGitHub
|
|
||||||
, ffmpeg
|
|
||||||
, libmediainfo
|
|
||||||
, libraw
|
|
||||||
, libsodium
|
|
||||||
, libtool
|
|
||||||
, libuv
|
|
||||||
, libzen
|
|
||||||
, lsb-release
|
|
||||||
, mkDerivation
|
|
||||||
, pkgconfig
|
|
||||||
, qtbase
|
|
||||||
, qttools
|
|
||||||
, sqlite
|
|
||||||
, swig
|
|
||||||
, unzip
|
|
||||||
, wget
|
|
||||||
}:
|
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "megasync";
|
pname = "megasync";
|
||||||
version = "4.2.3.0";
|
version = "4.3.0.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "meganz";
|
owner = "meganz";
|
||||||
repo = "MEGAsync";
|
repo = "MEGAsync";
|
||||||
rev = "v${version}_Linux";
|
rev = "v${version}_Linux";
|
||||||
sha256 = "0l4yfrxjb62vc9dnlzy8rjqi68ga1bys5x5rfzs40daw13yf1adv";
|
sha256 = "1rhxkc6j3039rcsi8cxy3n00g6w7acir82ymnksbpsnp4yxqv5r3";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs =
|
||||||
autoconf
|
[ autoconf automake doxygen lsb-release pkgconfig qttools swig ];
|
||||||
automake
|
|
||||||
doxygen
|
|
||||||
lsb-release
|
|
||||||
pkgconfig
|
|
||||||
qttools
|
|
||||||
swig
|
|
||||||
];
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
c-ares
|
c-ares
|
||||||
cryptopp
|
cryptopp
|
||||||
@ -114,8 +86,9 @@ mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Easy automated syncing between your computers and your MEGA Cloud Drive";
|
description =
|
||||||
homepage = https://mega.nz/;
|
"Easy automated syncing between your computers and your MEGA Cloud Drive";
|
||||||
|
homepage = "https://mega.nz/";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.michojel ];
|
maintainers = [ maintainers.michojel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user