yafc: update to 1.3.2
This commit is contained in:
parent
562f937d21
commit
66d8a9c725
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue