aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/ftp
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2020-09-09 17:22:30 +0800
committerPeter Hoeg <peter@hoeg.com>2020-09-09 17:22:30 +0800
commita9683dc333dcf570103d4a2138da8bda4b6a91a7 (patch)
treedc30b90ea0e8a1fe75d2d09fa538848ebe8f7732 /pkgs/applications/networking/ftp
parentd70480f30e36c1dc040c3acc51a8166f61ced40e (diff)
filezilla: 3.49.1 -> 3.50.0
Diffstat (limited to 'pkgs/applications/networking/ftp')
-rw-r--r--pkgs/applications/networking/ftp/filezilla/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix
index 7d07c7acbe42..0cb0d17cc5a2 100644
--- a/pkgs/applications/networking/ftp/filezilla/default.nix
+++ b/pkgs/applications/networking/ftp/filezilla/default.nix
@@ -1,5 +1,6 @@
{ stdenv
, fetchurl
+, autoreconfHook
, dbus
, gettext
, gnutls
@@ -16,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "filezilla";
- version = "3.49.1";
+ version = "3.50.0";
src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
- sha256 = "1dmkwpc0vy7058bh9a10ida0k64rxggap8ysl5xx3457y468rk2f";
+ sha256 = "sha256-4NuHJpylIIqtFKAkFTN7T57+PEnC1NFOZukhx4oTXBA=";
};
# https://www.linuxquestions.org/questions/slackware-14/trouble-building-filezilla-3-47-2-1-current-4175671182/#post6099769
@@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
"--disable-autoupdatecheck"
];
- nativeBuildInputs = [ pkgconfig ];
+ nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [
dbus