summary refs log tree commit diff
path: root/pkgs/development/libraries/libfilezilla/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 04:16:05 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 04:16:05 -0700
commitb7446bedc83084532cb66fceefbc4088cff8342c (patch)
tree91fdba16dc0912d42acece9cbadb486ae294918a /pkgs/development/libraries/libfilezilla/default.nix
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
downloadnixpkgs-b7446bedc83084532cb66fceefbc4088cff8342c.tar
nixpkgs-b7446bedc83084532cb66fceefbc4088cff8342c.tar.gz
nixpkgs-b7446bedc83084532cb66fceefbc4088cff8342c.tar.bz2
nixpkgs-b7446bedc83084532cb66fceefbc4088cff8342c.tar.lz
nixpkgs-b7446bedc83084532cb66fceefbc4088cff8342c.tar.xz
nixpkgs-b7446bedc83084532cb66fceefbc4088cff8342c.tar.zst
nixpkgs-b7446bedc83084532cb66fceefbc4088cff8342c.zip
libfilezilla: 0.12.2 -> 0.12.3
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.12.3 with grep in /nix/store/lnachvvi16drxzbfhcn8qwq5y1b0zz7p-libfilezilla-0.12.3
- directory tree listing: https://gist.github.com/7e151bf94cbf478496df9bee90494f78
- du listing: https://gist.github.com/c3f30a344f3a9f315027869969153779
Diffstat (limited to 'pkgs/development/libraries/libfilezilla/default.nix')
-rw-r--r--pkgs/development/libraries/libfilezilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libfilezilla/default.nix b/pkgs/development/libraries/libfilezilla/default.nix
index f3a6983acae..a86cf9b935c 100644
--- a/pkgs/development/libraries/libfilezilla/default.nix
+++ b/pkgs/development/libraries/libfilezilla/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libfilezilla-${version}";
-  version = "0.12.2";
+  version = "0.12.3";
 
   src = fetchurl {
     url = "http://download.filezilla-project.org/libfilezilla/${name}.tar.bz2";
-    sha256 = "1v461hwdk74whp89s490dj1z18gfqf9bz9140m5f11rsvrpid33p";
+    sha256 = "1v606kcz2rdmmlwxrv3xvwh7ia1nh6jfc9bhjw2r4ai3rm16gch5";
   };
 
   meta = with stdenv.lib; {