diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2019-08-04 10:44:51 -0700 |
|---|---|---|
| committer | R. RyanTM <ryantm-bot@ryantm.com> | 2019-08-04 10:44:51 -0700 |
| commit | c1275d42c57600831e0e2f959af30c9d814b0557 (patch) | |
| tree | a4b249ffb72b7ff6c40fc2c8703f7986cee0589c | |
| parent | Merge staging-next into master, closes #65497 (diff) | |
| download | nixpkgs-c1275d42c57600831e0e2f959af30c9d814b0557.tar.gz | |
libfilezilla: 0.17.1 -> 0.18.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libfilezilla/versions
| -rw-r--r-- | pkgs/development/libraries/libfilezilla/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libfilezilla/default.nix b/pkgs/development/libraries/libfilezilla/default.nix index 2a87994db5ef..a8384de5552d 100644 --- a/pkgs/development/libraries/libfilezilla/default.nix +++ b/pkgs/development/libraries/libfilezilla/default.nix @@ -9,11 +9,11 @@ stdenv.mkDerivation rec { pname = "libfilezilla"; - version = "0.17.1"; + version = "0.18.0"; src = fetchurl { url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2"; - sha256 = "1cnkcl9vif5lz1yx813qrphlpc6gvmzxdmkbd17kh5jqiqdi9vyk"; + sha256 = "0g4zbyvnxs4db3l5pqazyk42ahvwdqfz2222dbkl8zygblxncyjp"; }; nativeBuildInputs = [ pkgconfig ]; |
