filezilla: 3.58.0 -> 3.60.1

This commit is contained in:
Robert Schütz 2022-06-27 21:07:36 +00:00
parent 35adcaabce
commit 346ed48f9e

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"