Skip to content

Commit

Permalink
libfilezilla: 0.27.0 -> 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 18, 2021
1 parent 5b32903 commit fd50f90
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 @@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.27.0";
version = "0.27.1";

src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-c3ClGHyrNgqhubLA2njRrebjupN1tIKniF3OBNZJqXs=";
sha256 = "sha256-QA70BcSfpIaVOyiyvM3ERTV6BlAWihepEpNqXm252EA=";
};

nativeBuildInputs = [ autoreconfHook pkg-config ];
Expand Down

0 comments on commit fd50f90

Please sign in to comment.