libfilezilla: 0.31.1 -> 0.34.2

This commit is contained in:
R. Ryantm 2021-12-10 05:57:51 +00:00
parent 9f329731b5
commit 3d2a9f5eda

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 ];