libfilezilla: 0.37.2 -> 0.38.1

main
R. Ryantm 2 years ago
parent 6fde9705e8
commit 79e590cac0
  1. 4
      pkgs/development/libraries/libfilezilla/default.nix

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libfilezilla";
version = "0.37.2";
version = "0.38.1";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-5RFA7mNka6kq5Blpwfv/JZRtxFJBDTxNr5HNeSv+4tU=";
hash = "sha256-1AGotagKfBexo2DdnMy23Fb9jTlEE6n7K2uxvF2Y/Uw=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];

Loading…
Cancel
Save