Skip to content

Commit

Permalink
filezilla: 3.25.0 -> 3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Mar 26, 2017
1 parent aa0fb8f commit 83be684
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.25.0"; in
let version = "3.25.1"; in
stdenv.mkDerivation {
name = "filezilla-${version}";

src = fetchurl {
url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2";
sha256 = "1b1lb1zvm887xy3q9i5ziqvwk4ww2pd81a1msbwjrxzy5lq5ykhh";
sha256 = "1h9g26i16wvc3yjavd39lxifr8d21q9mvfidnwjp9ksrc1qvwww8";
};

configureFlags = [
Expand Down

0 comments on commit 83be684

Please sign in to comment.