Merge pull request #133794 from Kranzes/auto-update/libfilezilla

libfilezilla: 0.30.0 -> 0.31.1
This commit is contained in:
Artturi 2021-08-13 23:28:07 +03:00 committed by GitHub
commit 7de4e29fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.30.0";
version = "0.31.1";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-wW322s2y3tT24FFBtGge2pGloboFKQCiSp+E5lpQ3EA=";
sha256 = "sha256-mX1Yh7YBXzhp03Wwy8S0lC/LJNvktDRohclGz+czFm8=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];