Merge pull request #184294 from r-ryantm/auto-update/libfilezilla

libfilezilla: 0.37.2 -> 0.38.1
This commit is contained in:
superherointj
2022-08-03 05:16:15 -03:00
committed by GitHub
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.37.2";
version = "0.38.1";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-5RFA7mNka6kq5Blpwfv/JZRtxFJBDTxNr5HNeSv+4tU=";
hash = "sha256-1AGotagKfBexo2DdnMy23Fb9jTlEE6n7K2uxvF2Y/Uw=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];