about summary refs log tree commit diff
path: root/pkgs/applications/networking/ftp
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2016-06-20 22:48:23 +0200
committermimadrid <mimadrid@ucm.es>2016-06-20 22:48:23 +0200
commitd7695b790f8eebe37993e132980a49bdf4852604 (patch)
treeb02be39b27c3dea3273ec28cee6189bb2c114b57 /pkgs/applications/networking/ftp
parentbaab0ff6d3ed695c7a6343fb9d7ee63f02e6d16f (diff)
downloadnixlib-d7695b790f8eebe37993e132980a49bdf4852604.tar
nixlib-d7695b790f8eebe37993e132980a49bdf4852604.tar.gz
nixlib-d7695b790f8eebe37993e132980a49bdf4852604.tar.bz2
nixlib-d7695b790f8eebe37993e132980a49bdf4852604.tar.lz
nixlib-d7695b790f8eebe37993e132980a49bdf4852604.tar.xz
nixlib-d7695b790f8eebe37993e132980a49bdf4852604.tar.zst
nixlib-d7695b790f8eebe37993e132980a49bdf4852604.zip
filezilla: 3.17.0.1 -> 3.18.0
Diffstat (limited to 'pkgs/applications/networking/ftp')
-rw-r--r--pkgs/applications/networking/ftp/filezilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix
index 7fa944d86c07..4b7b56c69eaf 100644
--- a/pkgs/applications/networking/ftp/filezilla/default.nix
+++ b/pkgs/applications/networking/ftp/filezilla/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, dbus, gnutls, wxGTK30, libidn, tinyxml, gettext
 , pkgconfig, xdg_utils, gtk2, sqlite, pugixml, libfilezilla, nettle }:
 
-let version = "3.17.0.1"; in
+let version = "3.18.0"; in
 stdenv.mkDerivation {
   name = "filezilla-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2";
-    sha256 = "0ai3a0nys3yjmlvlv57nli77x6x0a2r409b4f5w4kr9mi6f4z4a7";
+    sha256 = "1qnpbx2684r529ldih6fi5anjlcgqn2xfcls0q38iadrk1qnqr1p";
   };
 
   configureFlags = [