libfilezilla: 0.27.0 -> 0.30.0

This commit is contained in:
Ilan Joselevich 2021-07-31 02:17:43 +03:00
parent 8489d9e8fe
commit a7f41de6ba

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.27.0";
version = "0.30.0";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-c3ClGHyrNgqhubLA2njRrebjupN1tIKniF3OBNZJqXs=";
sha256 = "sha256-wW322s2y3tT24FFBtGge2pGloboFKQCiSp+E5lpQ3EA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];