3
0
Fork 0
forked from mirrors/nixpkgs

lftp: 4.9.0 -> 4.9.1

https://lftp.yar.ru/news.html
(cherry picked from commit 6c545f25f02a4dccf9fc2ceef3a15267d9eb53c5)
This commit is contained in:
Will Dietz 2020-01-16 12:38:04 -06:00 committed by Alyssa Ross
parent 3d6c99a153
commit 0d5b21e9ba

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "lftp";
version = "4.9.0";
version = "4.9.1";
src = fetchurl {
urls = [
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
"https://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/${pname}-${version}.tar.xz"
"https://lftp.yar.ru/ftp/${pname}-${version}.tar.xz"
];
sha256 = "0km267h57mlrd7gnn9gf40znvb3irwfc0qaql8kii8v936g6afqb";
sha256 = "0jq2g8h1bx06ya9fsja748vwb2qrca4wsfrgi3fmaa8hznpgqsar";
};
nativeBuildInputs = [ pkgconfig ];