libfilezilla: 0.47.0 -> 0.49.0

This commit is contained in:
Lin Xianyi
2024-11-11 20:55:29 +08:00
parent dc460ec76c
commit abe5d2cdef
@@ -1,5 +1,5 @@
{ lib, stdenv
, fetchurl
, fetchsvn
, autoreconfHook
, gettext
, gnutls
@@ -10,13 +10,14 @@
, ApplicationServices
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "libfilezilla";
version = "0.47.0";
version = "0.49.0";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-YYpYa2E773EKYzxCv92mFmbLsPyKkq1JA2HQvJHFg0E=";
src = fetchsvn {
url = "https://svn.filezilla-project.org/svn/libfilezilla/trunk";
rev = "11192";
hash = "sha256-fm1cenGwYcPz0TtMzbPXrZA7nAzwo8toBNA9cW2Gnh0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];