filezilla: 3.69.5 -> 3.69.6, libfilezilla: 0.52.0 -> 0.54.1

This commit is contained in:
Rafael Ieda
2026-02-14 19:08:30 -03:00
parent 75e267d28e
commit c028b59955
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -22,12 +22,12 @@
stdenv.mkDerivation {
pname = "filezilla";
version = "3.69.5";
version = "3.69.6";
src = fetchsvn {
url = "https://svn.filezilla-project.org/svn/FileZilla3/trunk";
rev = "11338";
hash = "sha256-OQZFwowkmiOcIjWoHkIFwsm6nuyMGSaBSn8zwVpCMAs=";
rev = "11365";
hash = "sha256-KJI+UxKiwmZfVG0CiS3lDnjz+YNjTy7IoTcOmlGkluk=";
};
configureFlags = [
+3 -3
View File
@@ -13,12 +13,12 @@
stdenv.mkDerivation {
pname = "libfilezilla";
version = "0.52.0";
version = "0.54.1";
src = fetchsvn {
url = "https://svn.filezilla-project.org/svn/libfilezilla/trunk";
rev = "11335";
hash = "sha256-BjHqPC43UtwlYeKbgIaGU8jmWbg5UUiTN8vl1m2mZpo=";
rev = "11363";
hash = "sha256-m4CfnovtZPvwwjlyWKx/L1OkjiIlKfR7tqg+xB+nqzw=";
};
nativeBuildInputs = [