about summary refs log tree commit diff
path: root/pkgs/applications/networking/ftp
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-06-27 21:07:36 +0000
committerRobert Schütz <nix@dotlambda.de>2022-06-27 21:27:05 +0000
commit346ed48f9e8dd38f791f6acfc7560385d7b6b3ea (patch)
tree874a2f5a6d850a8f5709b88a01e3a2800565b19f /pkgs/applications/networking/ftp
parent35adcaabcef5523826e3b8b5b4e7f4cb10e283a9 (diff)
filezilla: 3.58.0 -> 3.60.1
Diffstat (limited to 'pkgs/applications/networking/ftp')
-rw-r--r--pkgs/applications/networking/ftp/filezilla/default.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix
index d5e73f833c3a7..40e49ff3296ae 100644
--- a/pkgs/applications/networking/ftp/filezilla/default.nix
+++ b/pkgs/applications/networking/ftp/filezilla/default.nix
@@ -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"