3
0
Fork 0
forked from mirrors/nixpkgs

libfilezilla: 0.9.0 -> 0.9.1

This commit is contained in:
mimadrid 2017-03-13 22:17:08 +01:00
parent 2839b101f9
commit 7e9c815c23
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

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; {