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
# , 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"