lftp: 4.9.2 -> 4.9.3

This commit is contained in:
R. Ryantm 2024-12-02 09:44:54 +00:00 committed by Bjørn Forsman
parent 256e947ef1
commit 34ba4e87ce

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "lftp";
version = "4.9.2";
version = "4.9.3";
src = fetchurl {
urls = [
"https://lftp.yar.ru/ftp/${pname}-${version}.tar.xz"
"https://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/${pname}-${version}.tar.xz"
];
sha256 = "03b7y0h3mf4jfq5y8zw6hv9v44z3n6i8hc1iswax96y3z7sc85y5";
sha256 = "sha256-lucZnXk1vjPPaxFh6VWyqrQKt37N8qGc6k/BGT9Fftw=";
};
nativeBuildInputs = [ pkg-config ];