Loading pkgs/applications/networking/ftp/filezilla/default.nix +7 −6 Original line number Diff line number Diff line { lib, stdenv , fetchurl , fetchsvn , autoreconfHook , dbus , gettext Loading @@ -20,13 +20,14 @@ , Security }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "filezilla"; version = "3.67.0"; version = "3.68.1"; src = fetchurl { url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"; hash = "sha256-5drcgH25mc60ZJhPl00+9ZtWLFlUZlgFfpsgEYOtr5o="; src = fetchsvn { url = "https://svn.filezilla-project.org/svn/FileZilla3/trunk"; rev = "11205"; hash = "sha256-izaNfagJYUcPRPihZ1yXwLUTHunzVXuiMITW69KPSFE="; }; configureFlags = [ Loading pkgs/development/libraries/libfilezilla/default.nix +7 −6 Original line number Diff line number Diff line { lib, stdenv , fetchurl , fetchsvn , autoreconfHook , gettext , gnutls Loading @@ -10,13 +10,14 @@ , ApplicationServices }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "libfilezilla"; version = "0.47.0"; version = "0.49.0"; src = fetchurl { url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz"; hash = "sha256-YYpYa2E773EKYzxCv92mFmbLsPyKkq1JA2HQvJHFg0E="; src = fetchsvn { url = "https://svn.filezilla-project.org/svn/libfilezilla/trunk"; rev = "11192"; hash = "sha256-fm1cenGwYcPz0TtMzbPXrZA7nAzwo8toBNA9cW2Gnh0="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; Loading Loading
pkgs/applications/networking/ftp/filezilla/default.nix +7 −6 Original line number Diff line number Diff line { lib, stdenv , fetchurl , fetchsvn , autoreconfHook , dbus , gettext Loading @@ -20,13 +20,14 @@ , Security }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "filezilla"; version = "3.67.0"; version = "3.68.1"; src = fetchurl { url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"; hash = "sha256-5drcgH25mc60ZJhPl00+9ZtWLFlUZlgFfpsgEYOtr5o="; src = fetchsvn { url = "https://svn.filezilla-project.org/svn/FileZilla3/trunk"; rev = "11205"; hash = "sha256-izaNfagJYUcPRPihZ1yXwLUTHunzVXuiMITW69KPSFE="; }; configureFlags = [ Loading
pkgs/development/libraries/libfilezilla/default.nix +7 −6 Original line number Diff line number Diff line { lib, stdenv , fetchurl , fetchsvn , autoreconfHook , gettext , gnutls Loading @@ -10,13 +10,14 @@ , ApplicationServices }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "libfilezilla"; version = "0.47.0"; version = "0.49.0"; src = fetchurl { url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz"; hash = "sha256-YYpYa2E773EKYzxCv92mFmbLsPyKkq1JA2HQvJHFg0E="; src = fetchsvn { url = "https://svn.filezilla-project.org/svn/libfilezilla/trunk"; rev = "11192"; hash = "sha256-fm1cenGwYcPz0TtMzbPXrZA7nAzwo8toBNA9cW2Gnh0="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; Loading