libfilezilla: 0.46.0 -> 0.47.0

(cherry picked from commit 99ea32212d)
This commit is contained in:
Martin Weinelt
2024-04-15 21:51:03 +02:00
committed by Vladimír Čunát
parent 69be1d097d
commit 7d3f57309e

View File

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