Skip to content

Commit 92dbe72

Browse files
committedJan 7, 2018
libfilezilla: 0.11.1 -> 0.11.2
1 parent 5dc2853 commit 92dbe72

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.11.1";
5+
version = "0.11.2";
66

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

1212
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.