filezilla: 3.45.1 -> 3.46.0 (#75225)

wip/yesman
R. RyanTM 5 years ago committed by Renaud
parent 76c867afde
commit e6a3135837
  1. 4
      pkgs/applications/networking/ftp/filezilla/default.nix

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "filezilla";
version = "3.45.1";
version = "3.46.0";
src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
sha256 = "1hhyknmbvkyq50m7lp41n7g0818frpig8xmxliy501bz4jkhi748";
sha256 = "0v7656p7b6w88a96wj8058b13yxbwi186l092i9whrisngnv2pnf";
};
configureFlags = [

Loading…
Cancel
Save