Merge pull request #134543 from r-ryantm/auto-update/vsftpd

vsftpd: 3.0.3 -> 3.0.5
This commit is contained in:
figsoda 2021-09-16 22:03:25 -04:00 committed by GitHub
commit 3afdd0c724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "vsftpd";
version = "3.0.3";
version = "3.0.5";
src = fetchurl {
url = "https://security.appspot.com/downloads/vsftpd-${version}.tar.gz";
sha256 = "1xsyjn68k3fgm2incpb3lz2nikffl9by2safp994i272wvv2nkcx";
sha256 = "sha256-JrYCrkVLC6bZnvRKCba54N+n9nIoEGc23x8njHC8kdM=";
};
buildInputs = [ libcap openssl pam ];