megacmd: 1.6.3 -> 1.7.0

This commit is contained in:
lunik1 2024-06-02 18:10:48 +01:00
parent 596bb8f6e6
commit cd31ffccf7
No known key found for this signature in database
GPG Key ID: A152D6F6925F8EE5

View File

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