summary refs log tree commit diff
path: root/pkgs/applications/networking/ftp
diff options
context:
space:
mode:
authorMiguel Madrid Mencía <mimadrid@ucm.es>2018-01-20 13:19:35 +0100
committerMiguel Madrid Mencía <mimadrid@ucm.es>2018-01-20 13:19:35 +0100
commit72ee0a7504e48f0afaac30fed2febc0c66dfc190 (patch)
tree2fb6ff7d6baf1dac4540279384d6dea705ec6146 /pkgs/applications/networking/ftp
parent3fe396db27fa13bb772992d7ffc5d1a3a89a94f7 (diff)
downloadnixpkgs-72ee0a7504e48f0afaac30fed2febc0c66dfc190.tar
nixpkgs-72ee0a7504e48f0afaac30fed2febc0c66dfc190.tar.gz
nixpkgs-72ee0a7504e48f0afaac30fed2febc0c66dfc190.tar.bz2
nixpkgs-72ee0a7504e48f0afaac30fed2febc0c66dfc190.tar.lz
nixpkgs-72ee0a7504e48f0afaac30fed2febc0c66dfc190.tar.xz
nixpkgs-72ee0a7504e48f0afaac30fed2febc0c66dfc190.tar.zst
nixpkgs-72ee0a7504e48f0afaac30fed2febc0c66dfc190.zip
filezilla: 3.29.0 -> 3.30.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 210d78369da..ddfa4fd607d 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.29.0"; in
+let version = "3.30.0"; in
 stdenv.mkDerivation {
   name = "filezilla-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2";
-    sha256 = "0najf2w6p5j4qc8jmglx6j63mph749s5p90lz2nkmwwwy5sfvlga";
+    sha256 = "1w0zqkccbsbmnjc9pfd1i3ywzwrdp0pprryvdk4sfn5ms9nnf2wi";
   };
 
   configureFlags = [