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

libfilezilla: 0.31.1 -> 0.34.2
This commit is contained in:
Jörg Thalheim 2021-12-11 16:53:26 +00:00 committed by GitHub
commit 910d3aea72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.31.1";
version = "0.34.2";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-mX1Yh7YBXzhp03Wwy8S0lC/LJNvktDRohclGz+czFm8=";
sha256 = "sha256-IKKLd+whs4CtAgLbAWbtHHycItRQSN1oBtXsn+J/7Uo=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];