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