Skip to content

Commit 94be2db

Browse files
committedMay 30, 2017
libfilezilla: 0.9.1 -> 0.9.2
1 parent e919b2f commit 94be2db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/libfilezilla/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "libfilezilla-${version}";
5-
version = "0.9.1";
5+
version = "0.9.2";
66

77
src = fetchurl {
88
url = "http://download.filezilla-project.org/libfilezilla/${name}.tar.bz2";
9-
sha256 = "06ivj40bk5b76a36zwhnwqvg564hgccncnn5nb5cqc7kf4bkkchq";
9+
sha256 = "1qrvddjqz5jv6920gcfqsrsjksi2845hn96g0z3vpcsm6nifhqn1";
1010
};
1111

1212
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.