Merge pull request #23862 from mimadrid/update/filezilla-3.25.0

filezilla: 3.24.0 -> 3.25.0
This commit is contained in:
Tim Steinbach
2017-03-13 17:58:34 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libfilezilla-${version}";
version = "0.9.0";
version = "0.9.1";
src = fetchurl {
url = "http://download.filezilla-project.org/libfilezilla/${name}.tar.bz2";
sha256 = "0340v5xs48f28q2d16ldb9359dkzlhl4l449mgyv3qabnlz2pl21";
sha256 = "06ivj40bk5b76a36zwhnwqvg564hgccncnn5nb5cqc7kf4bkkchq";
};
meta = with stdenv.lib; {