summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 08:06:41 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:09:56 -0800
commit39b9b58f232557ef17e6675db2bc9f7a96de83f5 (patch)
tree2673fb6716bafa16645afc37bb5028cb245d67f9
parent831ae99a98b027eea702893bef180f68e0c05773 (diff)
downloadnixpkgs-39b9b58f232557ef17e6675db2bc9f7a96de83f5.tar
nixpkgs-39b9b58f232557ef17e6675db2bc9f7a96de83f5.tar.gz
nixpkgs-39b9b58f232557ef17e6675db2bc9f7a96de83f5.tar.bz2
nixpkgs-39b9b58f232557ef17e6675db2bc9f7a96de83f5.tar.lz
nixpkgs-39b9b58f232557ef17e6675db2bc9f7a96de83f5.tar.xz
nixpkgs-39b9b58f232557ef17e6675db2bc9f7a96de83f5.tar.zst
nixpkgs-39b9b58f232557ef17e6675db2bc9f7a96de83f5.zip
libfilezilla: 0.35.0 -> 0.36.0
-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 95e00cdd732..b02b856442b 100644
--- a/pkgs/development/libraries/libfilezilla/default.nix
+++ b/pkgs/development/libraries/libfilezilla/default.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation rec {
   pname = "libfilezilla";
-  version = "0.35.0";
+  version = "0.36.0";
 
   src = fetchurl {
     url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-7uJRDc49BpHqc9wdoQ+sfbEhWwup7vphbfMFNosJKug=";
+    sha256 = "sha256-wCccGO3n+7yCayHJcsLLD/lnRO5aFckdjXTpvDhTqHI=";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config ];