about summary refs log tree commit diff
path: root/pkgs/applications/networking/yafc
diff options
context:
space:
mode:
authorCarles Pagès <page@cubata.homelinux.net>2015-10-18 22:17:02 +0200
committerCarles Pagès <page@cubata.homelinux.net>2015-10-18 22:20:07 +0200
commit1145130e9b55667de80b3e34ff1f99a167af0145 (patch)
treed60cb69b083c6b38a0646128185c71d0105344b6 /pkgs/applications/networking/yafc
parent6a78e9f91359a2dbfbe7a1c68e935f7180ec546a (diff)
downloadnixlib-1145130e9b55667de80b3e34ff1f99a167af0145.tar
nixlib-1145130e9b55667de80b3e34ff1f99a167af0145.tar.gz
nixlib-1145130e9b55667de80b3e34ff1f99a167af0145.tar.bz2
nixlib-1145130e9b55667de80b3e34ff1f99a167af0145.tar.lz
nixlib-1145130e9b55667de80b3e34ff1f99a167af0145.tar.xz
nixlib-1145130e9b55667de80b3e34ff1f99a167af0145.tar.zst
nixlib-1145130e9b55667de80b3e34ff1f99a167af0145.zip
yafc: update to 1.3.6
Diffstat (limited to 'pkgs/applications/networking/yafc')
-rw-r--r--pkgs/applications/networking/yafc/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/yafc/default.nix b/pkgs/applications/networking/yafc/default.nix
index 2e60b9aa3228..f283631cb076 100644
--- a/pkgs/applications/networking/yafc/default.nix
+++ b/pkgs/applications/networking/yafc/default.nix
@@ -1,13 +1,13 @@
-{stdenv, fetchurl, readline, libssh, intltool, libbsd}:
+{stdenv, fetchurl, readline, libssh, intltool, libbsd, pkgconfig}:
 
 stdenv.mkDerivation rec {
-  name = "yafc-1.3.2";
+  name = "yafc-1.3.6";
   src = fetchurl {
-    url = "http://www.yafc-ftp.com/upload/${name}.tar.xz";
-    sha256 = "0rrhik00xynxg5s3ffqlyynvy8ssv8zfaixkpb77baxa274gnbd7";
+    url = "http://www.yafc-ftp.com/downloads/${name}.tar.xz";
+    sha256 = "0wvrljihliggysfnzczc0s74i3ab2c1kzjjs99iqk98nxmb2b8v3";
   };
 
-  buildInputs = [ readline libssh intltool libbsd ];
+  buildInputs = [ readline libssh intltool libbsd pkgconfig ];
 
   meta = {
     description = "ftp/sftp client with readline, autocompletion and bookmarks";