Skip to content

Commit

Permalink
Merge pull request #67778 from jonringer/bump-filezilla
Browse files Browse the repository at this point in the history
filezilla: 3.43.0 -> 3.44.2
  • Loading branch information
Ma27 committed Aug 30, 2019
2 parents 7c76c8c + 260314e commit 00762b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ftp/filezilla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

stdenv.mkDerivation rec {
pname = "filezilla";
version = "3.43.0";
version = "3.44.2";

src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
sha256 = "13i505y34b6lg7knzznf8812d9nwpnbf3hidpq58cbv8c31m5rkg";
sha256 = "1dny16ybzml6py1y8vprylqq1xc08221w5xcwcmygkjrb0820kax";
};

configureFlags = [
Expand Down

0 comments on commit 00762b5

Please sign in to comment.