filezilla: 3.68.1 -> 3.69.3 ; libfilezilla: 0.49.0 -> 0.51.1 ; both: add iedame to maintainers (#446649)

This commit is contained in:
Sandro
2025-10-18 00:24:43 +00:00
committed by GitHub
2 changed files with 14 additions and 8 deletions
+7 -4
View File
@@ -22,12 +22,12 @@
stdenv.mkDerivation {
pname = "filezilla";
version = "3.68.1";
version = "3.69.3";
src = fetchsvn {
url = "https://svn.filezilla-project.org/svn/FileZilla3/trunk";
rev = "11205";
hash = "sha256-izaNfagJYUcPRPihZ1yXwLUTHunzVXuiMITW69KPSFE=";
rev = "11309";
hash = "sha256-+wvdQnsYUsLS4pHoa3JVzkgTVxbeck/c7IaDt0VqU+8=";
};
configureFlags = [
@@ -70,6 +70,9 @@ stdenv.mkDerivation {
'';
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
maintainers = with maintainers; [
pSub
iedame
];
};
}
+7 -4
View File
@@ -13,12 +13,12 @@
stdenv.mkDerivation {
pname = "libfilezilla";
version = "0.49.0";
version = "0.51.1";
src = fetchsvn {
url = "https://svn.filezilla-project.org/svn/libfilezilla/trunk";
rev = "11192";
hash = "sha256-fm1cenGwYcPz0TtMzbPXrZA7nAzwo8toBNA9cW2Gnh0=";
rev = "11305";
hash = "sha256-s+KeMlKJMz88lQ6d3dpcgZhCkcPW0cHNHALteMWLhpk=";
};
nativeBuildInputs = [
@@ -42,7 +42,10 @@ stdenv.mkDerivation {
homepage = "https://lib.filezilla-project.org/";
description = "Modern C++ library, offering some basic functionality to build high-performing, platform-independent programs";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ];
maintainers = with maintainers; [
pSub
iedame
];
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};