yafc: update to 1.3.2

This commit is contained in:
Carles Pagès 2014-02-23 22:22:29 +01:00
parent 562f937d21
commit 66d8a9c725

View file

@ -1,13 +1,13 @@
{stdenv, fetchurl, readline, libssh, intltool}:
{stdenv, fetchurl, readline, libssh, intltool, libbsd}:
stdenv.mkDerivation rec {
name = "yafc-1.2.3";
name = "yafc-1.3.2";
src = fetchurl {
url = "https://github.com/downloads/sebastinas/yafc/${name}.tar.xz";
sha256 = "11h5r9ragfpil338kq981wxnifacflqfwgydhmy00b3fbdlnxzsi";
url = "http://www.yafc-ftp.com/upload/${name}.tar.xz";
sha256 = "0rrhik00xynxg5s3ffqlyynvy8ssv8zfaixkpb77baxa274gnbd7";
};
buildInputs = [ readline libssh intltool ];
buildInputs = [ readline libssh intltool libbsd ];
meta = {
description = "ftp/sftp client with readline, autocompletion and bookmarks";