mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
vsftpd: update to 3.0.2
And updated url. The old didn't work.
This commit is contained in:
parent
db6925ea37
commit
451974f679
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, openssl, sslEnable ? false, libcap, pam }:
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
name = "vsftpd-2.3.4";
|
||||
name = "vsftpd-3.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://vsftpd.beasts.org/users/cevans/${name}.tar.gz";
|
||||
sha256 = "0nhsqwnb8qkbxx5wjahara1ln85hp151v656psra5brpckwysrml";
|
||||
url = "https://security.appspot.com/downloads/${name}.tar.gz";
|
||||
sha256 = "0mjy345wszskz1vnk83360c1y37arwgap3gwz8hy13sjqpig0imy";
|
||||
};
|
||||
|
||||
# The gcc-wrappers use -idirafter for glibc, and vsftpd also, and
|
||||
|
Loading…
Reference in New Issue
Block a user