summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/ftp
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2021-08-14 00:40:11 +0300
committerIlan Joselevich <personal@ilanjoselevich.com>2021-08-14 00:40:11 +0300
commit494c91275a966c9881edd155ea63247074977252 (patch)
treeb01a5c6834439e3fddad62383b70026a3b2e4329 /pkgs/applications/networking/ftp
parenta39464a4b73d9600ef589a1bf2361cf046712dd6 (diff)
filezilla: 3.55.0 -> 3.55.1
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 56dd02e9786f..59478265529f 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.55.0";
+ version = "3.55.1";
src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
- sha256 = "sha256-rnDrQYDRNr4pu61vzdGI5JfiBfxBbqPkE9znzYyrnII=";
+ sha256 = "sha256-Z/jQ4R9T/SMgfTy/yULQPz4j7kOe5IoUohQ8mVD3dqU=";
};
# https://www.linuxquestions.org/questions/slackware-14/trouble-building-filezilla-3-47-2-1-current-4175671182/#post6099769