libfilezilla: 0.45.0 -> 0.46.0

This commit is contained in:
R. Ryantm 2024-02-07 05:45:14 +00:00
parent 0b9427cf71
commit 880adcbadc

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.45.0";
version = "0.46.0";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-PBRUvBWG0Xd29ix1BdQ6BtOr0uLjVkLMpHf6IvJ9mC8=";
hash = "sha256-OHr1xNSENIKl+/GD0B3ZYZtLha+g1olcXuyzpgEvrCE=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];