Skip to content

Commit

Permalink
Merge pull request #43933 from r-ryantm/auto-update/libfilezilla
Browse files Browse the repository at this point in the history
libfilezilla: 0.12.3 -> 0.13.0
  • Loading branch information
pSub committed Jul 25, 2018
2 parents 7b73962 + cd4ed37 commit 8d630b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libfilezilla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "libfilezilla-${version}";
version = "0.12.3";
version = "0.13.0";

src = fetchurl {
url = "http://download.filezilla-project.org/libfilezilla/${name}.tar.bz2";
sha256 = "1v606kcz2rdmmlwxrv3xvwh7ia1nh6jfc9bhjw2r4ai3rm16gch5";
sha256 = "0sk8kz2zrvf7kp9jrp3l4rpipv4xh0hg8d4h734xyag7vd03rjpz";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8d630b3

Please sign in to comment.