summary refs log tree commit diff
path: root/pkgs/applications/networking/ftp
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-15 12:45:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-15 12:45:56 +0000
commit7ab41a2fd673abe1bbadf991be5b06bd3661fb29 (patch)
tree8ea15dc6510edad0a9a046ef18e12aefc405783a /pkgs/applications/networking/ftp
parent79fdbeb25a17d6d872f532686954948ada41cda0 (diff)
downloadnixpkgs-7ab41a2fd673abe1bbadf991be5b06bd3661fb29.tar
nixpkgs-7ab41a2fd673abe1bbadf991be5b06bd3661fb29.tar.gz
nixpkgs-7ab41a2fd673abe1bbadf991be5b06bd3661fb29.tar.bz2
nixpkgs-7ab41a2fd673abe1bbadf991be5b06bd3661fb29.tar.lz
nixpkgs-7ab41a2fd673abe1bbadf991be5b06bd3661fb29.tar.xz
nixpkgs-7ab41a2fd673abe1bbadf991be5b06bd3661fb29.tar.zst
nixpkgs-7ab41a2fd673abe1bbadf991be5b06bd3661fb29.zip
filezilla: 3.57.0 -> 3.58.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 0ffa9e1023b..d5e73f833c3 100644
--- a/pkgs/applications/networking/ftp/filezilla/default.nix
+++ b/pkgs/applications/networking/ftp/filezilla/default.nix
@@ -18,11 +18,11 @@
 
 stdenv.mkDerivation rec {
   pname = "filezilla";
-  version = "3.57.0";
+  version = "3.58.0";
 
   src = fetchurl {
     url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
-    sha256 = "sha256-gr9scHfKEwElSTVrRjlS8STuBIdvIeS6cgrMmBHImcc=";
+    sha256 = "sha256-0P5/cuAfd0K6oGRmgYsYbo6R//Ytbuey8OiEtrM4XYg=";
   };
 
   # https://www.linuxquestions.org/questions/slackware-14/trouble-building-filezilla-3-47-2-1-current-4175671182/#post6099769