libfilezilla: 0.38.1 -> 0.39.1

This commit is contained in:
R. Ryantm 2022-09-21 08:34:32 +00:00 committed by Bobby Rong
parent 84694c128c
commit ec9576773a

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.38.1";
version = "0.39.1";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-1AGotagKfBexo2DdnMy23Fb9jTlEE6n7K2uxvF2Y/Uw=";
hash = "sha256-89bA3yjzP1LPJTywP8UVeXUq5NrvKqxzRaa9feYjpsU=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];