Merge pull request #316706 from lunik1/megacmd-1.7.0

megacmd: 1.6.3 -> 1.7.0
This commit is contained in:
Peder Bergebakken Sundt 2024-06-05 02:01:14 +02:00 committed by GitHub
commit a5ca13d240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@
# to be re-enabled when patch available
# , ffmpeg
, gcc-unwrapped
, icu
, libmediainfo
, libraw
, libsodium
@ -22,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "megacmd";
version = "1.6.3";
version = "1.7.0";
src = fetchFromGitHub {
owner = "meganz";
repo = "MEGAcmd";
rev = "${version}_Linux";
sha256 = "sha256-JnxfFbM+NyeUrEMok62zlsQIxjrUvLLg4tUTiKPDZFc=";
sha256 = "sha256-UlSqwM8GQKeG8/K0t5DbM034NQOeBg+ujNi/MMsVCuM=";
fetchSubmodules = true;
};
@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
cryptopp
curl
# ffmpeg
icu
gcc-unwrapped
libmediainfo
libraw
@ -59,6 +61,7 @@ stdenv.mkDerivation rec {
"--with-curl"
# "--with-ffmpeg"
"--without-freeimage" # disabled as freeimage is insecure
"--with-icu"
"--with-libmediainfo"
"--with-libuv"
"--with-libzen"