Skip to content

Commit

Permalink
libfilezilla: 0.46.0 -> 0.47.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 99ea322)
  • Loading branch information
mweinelt authored and vcunat committed Apr 16, 2024
1 parent 69be1d0 commit 7d3f573
Showing 1 changed file with 2 additions and 2 deletions.
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 7d3f573

Please sign in to comment.