3
0
Fork 0
forked from mirrors/nixpkgs

filezilla: 3.23.0.2 -> 3.24.0

This commit is contained in:
Pascal Wittmann 2017-01-21 22:56:15 +01:00
parent 39f08c7465
commit 6bf6026b65
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, dbus, gnutls, wxGTK30, libidn, tinyxml, gettext
, pkgconfig, xdg_utils, gtk2, sqlite, pugixml, libfilezilla, nettle }:
let version = "3.23.0.2"; in
let version = "3.24.0"; in
stdenv.mkDerivation {
name = "filezilla-${version}";
src = fetchurl {
url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2";
sha256 = "0bq22nq2g1b0x5msm9if74ync2qk13n2782mwj2r1r7hsmx4liiz";
sha256 = "1bacrl8lj90hqbh129hpbgqj78k1i84j83rkzn507jnykj4x8p9x";
};
configureFlags = [