3
0
Fork 0
forked from mirrors/nixpkgs

lftp: 4.8.3 -> 4.8.4

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lftp/versions.
This commit is contained in:
R. RyanTM 2018-08-08 13:16:05 -07:00 committed by Bjørn Forsman
parent 98881b1e92
commit 54b14db807

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "lftp-${version}";
version = "4.8.3";
version = "4.8.4";
src = fetchurl {
urls = [
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
"https://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/${name}.tar.xz"
"https://lftp.yar.ru/ftp/${name}.tar.xz"
];
sha256 = "12y77jlfs4x4zvcah92mw2h2sb4j0bvbaxkh3wwsm8gs392ywyny";
sha256 = "0qks22357xv9y6ripmf5j2n5svh8j5z0yniphfk89sjwkqg2gg2f";
};
nativeBuildInputs = [ pkgconfig ];