Skip to content

Commit

Permalink
Merge #304427: libfilezilla: 0.46.0 -> 0.47.0; filezilla: 3.66.5 -> 3…
Browse files Browse the repository at this point in the history
….67.0

...into release-23.11
  • Loading branch information
vcunat committed Apr 16, 2024
2 parents 69be1d0 + 10be08c commit c520a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ftp/filezilla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libfilezilla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit c520a09

Please sign in to comment.