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