Merge pull request #179389 from dotlambda/filezilla-3.60.1

filezilla: 3.58.0 -> 3.60.1
This commit is contained in:
Pascal Wittmann 2022-06-28 10:05:13 +02:00 committed by GitHub
commit fc6cea3c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 10 deletions

View file

@ -18,19 +18,13 @@
stdenv.mkDerivation rec {
pname = "filezilla";
version = "3.58.0";
version = "3.60.1";
src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
sha256 = "sha256-0P5/cuAfd0K6oGRmgYsYbo6R//Ytbuey8OiEtrM4XYg=";
hash = "sha256-gflsY2OMrxg44MY+WHT2AZISCWXYJSlKiUoit9QgZq8=";
};
# https://www.linuxquestions.org/questions/slackware-14/trouble-building-filezilla-3-47-2-1-current-4175671182/#post6099769
postPatch = ''
sed -i src/interface/Mainfrm.h \
-e '/^#define/a #include <list>'
'';
configureFlags = [
"--disable-manualupdatecheck"
"--disable-autoupdatecheck"

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.36.0";
version = "0.37.2";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-wCccGO3n+7yCayHJcsLLD/lnRO5aFckdjXTpvDhTqHI=";
hash = "sha256-5RFA7mNka6kq5Blpwfv/JZRtxFJBDTxNr5HNeSv+4tU=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];