libfilezilla: 0.39.1 -> 0.41.0

This commit is contained in:
R. Ryantm 2023-01-15 14:11:04 +00:00
parent 5291eac38a
commit 2761e7c03b

View file

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