libfilezilla: 0.11.1 -> 0.11.2

This commit is contained in:
Pascal Wittmann 2018-01-07 17:07:06 +01:00
parent 5dc2853981
commit 92dbe72331
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libfilezilla-${version}";
version = "0.11.1";
version = "0.11.2";
src = fetchurl {
url = "http://download.filezilla-project.org/libfilezilla/${name}.tar.bz2";
sha256 = "1xv4is3zaz66h6iblj9pikapsjasjcbxx31bhkgn62xdq1sadfpc";
sha256 = "0wl42yxrha633dbh1vcbhrpsd7sv4zwskbmlpx549ygnzi39krcn";
};
meta = with stdenv.lib; {