Merge pull request #110049 from r-ryantm/auto-update/libfilezilla

libfilezilla: 0.25.0 -> 0.26.0
master
Maximilian Bosch 2021-01-22 23:06:28 +01:00 committed by GitHub
commit 2e5475381b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.25.0";
version = "0.26.0";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
sha256 = "0akvki7n5rwmc52wss25i3h4nwl935flhjypf8dx3lvf4jszxxiv";
sha256 = "sha256-F+0iZZPo5GbOPD+M5YOzbHnxYxierVTWMWE8w9pcgL0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];