Skip to content

Commit

Permalink
filezilla: 3.23.0.2 -> 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 21, 2017
1 parent 39f08c7 commit 6bf6026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ftp/filezilla/default.nix
@@ -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 = [
Expand Down

0 comments on commit 6bf6026

Please sign in to comment.