diff options
| author | Vladimír Čunát <v@cunat.cz> | 2024-04-16 15:44:30 +0200 |
|---|---|---|
| committer | Vladimír Čunát <v@cunat.cz> | 2024-04-16 15:44:30 +0200 |
| commit | c520a09d10077248ff9d9119ab00ec79312ec293 (patch) | |
| tree | cd9bfb51ca4ec6755f72e5ae280b60f874ec41c8 | |
| parent | Merge pull request #304338 from NixOS/backport-304319-to-release-23.11 (diff) | |
| parent | filezilla: 3.66.5 -> 3.67.0 (diff) | |
| download | nixpkgs-c520a09d10077248ff9d9119ab00ec79312ec293.tar.gz | |
Merge #304427: libfilezilla: 0.46.0 -> 0.47.0; filezilla: 3.66.5 -> 3.67.0
...into release-23.11
| -rw-r--r-- | pkgs/applications/networking/ftp/filezilla/default.nix | 4 | ||||
| -rw-r--r-- | pkgs/development/libraries/libfilezilla/default.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix index 23dfae71080a..351fafc136ff 100644 --- a/pkgs/applications/networking/ftp/filezilla/default.nix +++ b/pkgs/applications/networking/ftp/filezilla/default.nix @@ -22,11 +22,11 @@ stdenv.mkDerivation rec { pname = "filezilla"; - version = "3.66.5"; + version = "3.67.0"; src = fetchurl { url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"; - hash = "sha256-khIoGbrmNBBwuktuy0V+ZzC0bn3ImUKZCQPymJA9Gzs="; + hash = "sha256-5drcgH25mc60ZJhPl00+9ZtWLFlUZlgFfpsgEYOtr5o="; }; configureFlags = [ diff --git a/pkgs/development/libraries/libfilezilla/default.nix b/pkgs/development/libraries/libfilezilla/default.nix index 7e90a05fb5b0..9024be0f259c 100644 --- a/pkgs/development/libraries/libfilezilla/default.nix +++ b/pkgs/development/libraries/libfilezilla/default.nix @@ -12,11 +12,11 @@ stdenv.mkDerivation rec { pname = "libfilezilla"; - version = "0.46.0"; + version = "0.47.0"; src = fetchurl { url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz"; - hash = "sha256-OHr1xNSENIKl+/GD0B3ZYZtLha+g1olcXuyzpgEvrCE="; + hash = "sha256-YYpYa2E773EKYzxCv92mFmbLsPyKkq1JA2HQvJHFg0E="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; |
